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
327 B

8 years ago
8 years ago
8 years ago
  1. ---
  2. - hosts: biff
  3. roles:
  4. - role: lxc_guest
  5. vm_name: blogs
  6. - role: ssh_server
  7. ansible_connection: ssh_lxc
  8. ansible_ssh_lxc_name: blogs
  9. - hosts: blogs
  10. roles:
  11. - role: dns_record
  12. - role: wordpress
  13. site_names:
  14. - kaos
  15. - hosts: status
  16. roles:
  17. - role: icinga2-monitoring