main.yml 262 B

12345678910
  1. ---
  2. - name: Generate in-memory inventory
  3. include: openstack.yml
  4. - name: Checkpoint in-memory data into a static inventory
  5. include: checkpoint.yml
  6. - name: Generate SSH config for accessing hosts via bastion
  7. include: sshconfig.yml
  8. when: use_bastion|bool