certgetter: add apache role and make sure certbot is installed

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-06 21:35:46 +00:00
parent bedfc92290
commit 1d9890e102

View file

@ -18,6 +18,7 @@
- fas_client
- rsyncd
- sudo
- apache
- { role: openvpn/client,
when: env != "staging" }
@ -28,5 +29,8 @@
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
- name: make sure certbot is installed
package: name=certbot state=installed
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"