summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 8e6796927..a832ae84e 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -52,8 +52,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
ansible.limit = 'all'
ansible.sudo = true
ansible.groups = {
- "openshift_masters" => ["master"],
- "openshift_nodes" => ["node1", "node2"],
+ "masters" => ["master"],
+ "nodes" => ["node1", "node2"],
}
ansible.extra_vars = {
openshift_deployment_type: "origin",