add ssl conf, add changelog dep, remove wip tag
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
creates: "{{ apache_ssl_chain }}"
|
||||
when: apache_server_alias is not defined
|
||||
|
||||
- name: deploy ssl config file
|
||||
template:
|
||||
src: ssl.conf
|
||||
dest: /etc/httpd/conf.d
|
||||
notify: restart apache
|
||||
|
||||
- name: create cronjob for renewal
|
||||
cron:
|
||||
name: certbot
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
|
||||
- name: create dedicated user
|
||||
tags: wip
|
||||
user:
|
||||
name: "{{ apache_user }}"
|
||||
groups:
|
||||
@@ -13,7 +12,6 @@
|
||||
when: apache_user_password is not defined and apache_user != 'apache'
|
||||
|
||||
- name: create dedicated user - ssh
|
||||
tags: wip
|
||||
user:
|
||||
name: "{{ apache_user }}"
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user