summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-03-29 02:13:01 +0100
committerMichael Adam <obnox@samba.org>2020-04-28 08:11:24 +0200
commitb7881936ae1294651bb89d0eb0513fbf9e2e7164 (patch)
treed23e495a9fd121d8a7fc1da81f71cd35bea0ac74
parentffc0d913f748792938959187d6e3f666aac1b27a (diff)
downloadsamba-integration-b7881936ae1294651bb89d0eb0513fbf9e2e7164.tar.gz
samba-integration-b7881936ae1294651bb89d0eb0513fbf9e2e7164.tar.xz
samba-integration-b7881936ae1294651bb89d0eb0513fbf9e2e7164.zip
Add play to install client machines
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/setup-clients.yml8
1 files changed, 8 insertions, 0 deletions
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