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.

12 lines
268 B

  1. ---
  2. - hosts: lilikhost
  3. roles:
  4. - role: lxc_guest
  5. vm_name: team
  6. - hosts: team
  7. roles:
  8. - role: mattermost
  9. - role: nginx_proxy
  10. server_name: "team.lilik.it"
  11. config_name: "mattermost"
  12. remote_host: "http://127.0.0.1:8065"