summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/main.yml
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/tasks/main.yml
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/tasks/main.yml')
-rw-r--r--roles/static_inventory/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/static_inventory/tasks/main.yml b/roles/static_inventory/tasks/main.yml
new file mode 100644
index 000000000..15c81690e
--- /dev/null
+++ b/roles/static_inventory/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: Generate in-memory inventory
+ include: openstack.yml
+
+- name: Checkpoint in-memory data into a static inventory
+ include: checkpoint.yml