- ---
- - hosts: emmett
- roles:
- - role: lxc_guest
- vm_name: projects2
- - role: ssh_server
- ansible_connection: ssh_lxc
- ansible_ssh_lxc_name: projects2
- - hosts: projects2
- roles:
- - role: dns_record
- - role: reverse_proxy
- hostname: projects2
- - role: gitlab
- - hosts: status
- roles:
- - role: icinga2-monitoring
|