summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/setup-cluster.yml
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-04-07 15:59:48 +0100
committerMichael Adam <obnox@samba.org>2020-04-07 20:59:01 +0200
commitcaecd0de93a3480422d0660ae9d9ebb9570d39df (patch)
tree2f86cc03da5842708dc0e4b69e9c79b961b652a9 /vagrant/ansible/setup-cluster.yml
parent8c756f44ef1fbcafdc31ab79b820bdd190862a98 (diff)
downloadsamba-integration-caecd0de93a3480422d0660ae9d9ebb9570d39df.tar.gz
samba-integration-caecd0de93a3480422d0660ae9d9ebb9570d39df.tar.xz
samba-integration-caecd0de93a3480422d0660ae9d9ebb9570d39df.zip
Split out common actions out of node.prep
These actions are also used in preping a client. So we split these actions out into common.prep which can also be used by the client. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant/ansible/setup-cluster.yml')
-rw-r--r--vagrant/ansible/setup-cluster.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/ansible/setup-cluster.yml b/vagrant/ansible/setup-cluster.yml
index 3cbfcd1..d243513 100644
--- a/vagrant/ansible/setup-cluster.yml
+++ b/vagrant/ansible/setup-cluster.yml
@@ -4,9 +4,9 @@
vars_files:
- cluster-vars.yml
roles:
- - node.prep
+ - common.prep
- node.test
- - node.setup
+ - node.prep
- gluster.infra
- gluster.cluster
- ctdb.setup