Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
302 B

  1. ---
  2. - import_playbook: 'prepare_lxc_guest.yaml'
  3. vars:
  4. host: 'cloud'
  5. vm_size: '4G'
  6. - hosts: 'cloud'
  7. roles:
  8. - role: 'dns_record'
  9. - role: 'reverse_proxy'
  10. - role: 'nextcloud'
  11. - role: 'monitoring-agent'
  12. - hosts: 'monitoring_hosts'
  13. roles:
  14. - role: 'icinga2-monitoring'
  15. ...