--- - name: Install nyarlathotep server hosts: nyarlathotep.th73.ovh become: true roles: - { role: teamspeak, tags: ['ts3'] } - { role: nginx, tags: ['www'] } - { role: znc, tags: ['znc'] } - { role: gitolite, git_config_keys: ".*", tags: ['git'] } - { role: grokmirror, tags: ['git'] } - { role: cgit, tags: ['cgit'] } - { role: jenkins, tags: ['jenkins'] } - { role: wireguard, tags: ['wireguard'] }