summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/main.yml
blob: 24e11beb609ddfdc14a999e2af8524e325850042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- 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

- name: Configure SSH tunneling to access UI
  include: sshtun.yml
  become: true
  when:
    - use_bastion|bool
    - ui_ssh_tunnel|bool