diff options
author | jaseg <code@jaseg.net> | 2020-01-22 15:54:59 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-01-22 15:57:23 +0100 |
commit | a4eba0f69960fc40325c087dc03b9513f657b1e6 (patch) | |
tree | b73c7a30f4cdebc54683875f47cd87888fc9af66 /gerboweb/deploy/playbook.yml | |
parent | e2865d243b360a462b3dae5157fd78fd26be1371 (diff) | |
download | gerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.tar.gz gerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.tar.bz2 gerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.zip |
notification_proxy: Add heartbeat and startup monitoring
Diffstat (limited to 'gerboweb/deploy/playbook.yml')
-rw-r--r-- | gerboweb/deploy/playbook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerboweb/deploy/playbook.yml b/gerboweb/deploy/playbook.yml index 2db45bc..7c7c95d 100644 --- a/gerboweb/deploy/playbook.yml +++ b/gerboweb/deploy/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 |