certgetter: add apache role and make sure certbot is installed
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bedfc92290
commit
1d9890e102
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
- fas_client
|
- fas_client
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- sudo
|
- sudo
|
||||||
|
- apache
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
|
|
||||||
|
@ -28,5 +29,8 @@
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
|
- name: make sure certbot is installed
|
||||||
|
package: name=certbot state=installed
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue