diff options
Diffstat (limited to 'playbooks/nyarlathotep.yml')
-rw-r--r-- | playbooks/nyarlathotep.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/nyarlathotep.yml b/playbooks/nyarlathotep.yml new file mode 100644 index 0000000..8f057b5 --- /dev/null +++ b/playbooks/nyarlathotep.yml @@ -0,0 +1,6 @@ +--- +- name: Install nyarlathotep server + hosts: nyarlathotep.th73.ovh + become: true + roles: + - { role: nginx, tags: ['www'] } |