warchildstory.yml 176 B

123456789
  1. ---
  2. - hosts: warchildstory
  3. gather_facts: true
  4. become: true
  5. vars_files:
  6. - "{{ inventory_dir }}/vars/vault.yaml"
  7. roles:
  8. - role: docker
  9. - role: statusservices