aboutsummaryrefslogtreecommitdiff
path: root/playbook.yml
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-01-22 15:54:59 +0100
committerjaseg <code@jaseg.net>2020-01-22 15:57:23 +0100
commit6c2bf701f63c36ce12208fd87136954aa9839e58 (patch)
treee9293020ab920ba56fcf4c745d1419a774decb90 /playbook.yml
parentbb79cce197725b1f4cf3824d3c51e6587c8754c3 (diff)
downloadinfra-6c2bf701f63c36ce12208fd87136954aa9839e58.tar.gz
infra-6c2bf701f63c36ce12208fd87136954aa9839e58.tar.bz2
infra-6c2bf701f63c36ce12208fd87136954aa9839e58.zip
notification_proxy: Add heartbeat and startup monitoring
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook.yml b/playbook.yml
index 2db45bc..7c7c95d 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -12,7 +12,7 @@
- name: Install host requisites
dnf:
- name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git,iptables-services,python3-pycryptodomex,zip
+ name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git,iptables-services,python3-pycryptodomex,zip,python3-uwsgidecorators
state: latest
- name: Disable password-based root login