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