summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/main.yml
blob: b588660174d5452f120a16c4ebb10064a5ccfbac (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Generate in-memory inventory
  include: openstack.yml

- name: Checkpoint in-memory data into a static inventory
  include: checkpoint.yml

- name: Generate SSH config for accessing hosts via bastion
  include: sshconfig.yml
  when: use_bastion|bool