bootstrap.yml 198 B

12345678910
  1. ---
  2. - hosts: bootstrap
  3. gather_facts: false
  4. remote_user: root
  5. become: true
  6. vars:
  7. ansible_host_key_checking: false
  8. ansible_host_pattern_mismatch: ignore
  9. roles:
  10. - role: bootstrap