summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.aep_quickstart
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/byo/hosts.aep_quickstart')
-rw-r--r--inventory/byo/hosts.aep_quickstart20
1 files changed, 20 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep_quickstart b/inventory/byo/hosts.aep_quickstart
new file mode 100644
index 000000000..46ea3a03f
--- /dev/null
+++ b/inventory/byo/hosts.aep_quickstart
@@ -0,0 +1,20 @@
+[OSEv3:children]
+masters
+nodes
+etcd
+lb
+
+[OSEv3:vars]
+ansible_ssh_user=root
+deployment_type=atomic-enterprise
+osm_use_cockpit=true
+
+[masters]
+ose3-master.example.com
+
+[nodes]
+ose3-master.example.com openshift_scheduleable=True
+
+[etcd]
+
+[lb]