summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/defaults
diff options
context:
space:
mode:
authorBogdan Dobrelya <bdobreli@redhat.com>2017-07-17 14:05:42 +0200
committerTomas Sedovic <tomas@sedovic.cz>2017-07-17 14:05:42 +0200
commita0d2dd9d29e8622e739870baf172f2b8a7e9c6a0 (patch)
treeaf6498151b459ab00685dd4f47b0286f2f90e9a8 /roles/static_inventory/defaults
parentbef7807177915fe4861fcef5c4a78884f49b3b0e (diff)
downloadopenshift-a0d2dd9d29e8622e739870baf172f2b8a7e9c6a0.tar.gz
openshift-a0d2dd9d29e8622e739870baf172f2b8a7e9c6a0.tar.bz2
openshift-a0d2dd9d29e8622e739870baf172f2b8a7e9c6a0.tar.xz
openshift-a0d2dd9d29e8622e739870baf172f2b8a7e9c6a0.zip
Add a role to generate a static inventory (#540)
* Add the static-inventory role that configures the inventory/hosts file by the given path, or creates it for you. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'roles/static_inventory/defaults')
-rw-r--r--roles/static_inventory/defaults/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/static_inventory/defaults/main.yml b/roles/static_inventory/defaults/main.yml
new file mode 100644
index 000000000..315965cde
--- /dev/null
+++ b/roles/static_inventory/defaults/main.yml
@@ -0,0 +1,8 @@
+---
+# Either to checkpoint the dynamic inventory into a static one
+refresh_inventory: True
+inventory: static
+inventory_path: ~/openstack-inventory
+
+# SSH key to access nodes
+private_ssh_key: ~/.ssh/openshift