aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-16 21:42:22 +0100
committerGravatar Johannes Christ <[email protected]>2022-02-20 16:37:46 +0100
commit01393ae1041335d3ebea78cb7ded1036bc277a29 (patch)
tree6bc04409197212412efc30eaa3709eea1e206f39 /playbook.yml
parentDelete projects_automation.yml (diff)
Add nginx deployment
Includes documented roles for: - installing nginx & configuring handlers - installing the mTLS certificate for Cloudflare - installing firewall rules They are kept separate for now, for composability. Closes #22.
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
index 784f023..83389f4 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -6,6 +6,13 @@
- ufw
- wireguard
+- name: Deploy nginx to hosts
+ hosts: nginx
+ roles:
+ - nginx
+ - nginx-ufw
+ - nginx-cloudflare-mtls
+
- name: Deploy podman to container service hosts
hosts: podman
roles: