aboutsummaryrefslogtreecommitdiff
path: root/playbook.yml
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-04-03 23:53:04 +0900
committerjaseg <git@jaseg.net>2019-04-03 23:53:04 +0900
commitbd281ef2e8213c6e92d68aefff9bfd1a8d8351d6 (patch)
treed1e2c013de56cad3b50703e9a14b9d421b19de56 /playbook.yml
parent9358a57baeeeaaf6132953f033f71469c0154604 (diff)
downloadinfra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.tar.gz
infra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.tar.bz2
infra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.zip
gerbolyze fixes, clippy experiments
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/playbook.yml b/playbook.yml
index 23544c4..60fe499 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
+ name: nginx,uwsgi,python3-flask,python3-flask-wtf,uwsgi-plugin-python3,certbot,python3-certbot-nginx,libselinux-python,git
state: latest
- name: Disable password-based root login
@@ -40,3 +40,6 @@
- name: Setup gerboweb
include_tasks: setup_gerboweb.yml
+
+ - name: Setup clippy
+ include_tasks: setup_clippy.yml