From b7881936ae1294651bb89d0eb0513fbf9e2e7164 Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Sun, 29 Mar 2020 02:13:01 +0100 Subject: Add play to install client machines Signed-off-by: Sachin Prabhu --- vagrant/ansible/setup-clients.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vagrant/ansible/setup-clients.yml diff --git a/vagrant/ansible/setup-clients.yml b/vagrant/ansible/setup-clients.yml new file mode 100644 index 0000000..47eecbb --- /dev/null +++ b/vagrant/ansible/setup-clients.yml @@ -0,0 +1,8 @@ +- hosts: clients + become: yes + become_method: sudo + vars_files: + - cluster-vars.yml + roles: + - common.prep + - client.prep -- cgit