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.

18 lines
404 B

8 years ago
  1. ---
  2. - hosts: lilikhost
  3. roles:
  4. - role: lxc_guest
  5. vm_name: team
  6. - role: ssh_server
  7. ansible_connection: ssh_lxc
  8. ansible_ssh_lxc_name: team
  9. - hosts: team
  10. roles:
  11. - role: mattermost
  12. - role: nginx
  13. server_name: "team.lilik.it"
  14. config_name: "mattermost"
  15. remote_host: "http://127.0.0.1:8065"
  16. - hosts: status
  17. roles:
  18. - role: icinga2-monitoring