dd
This commit is contained in:
parent
8502e76846
commit
f91ea238d0
2 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,9 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
|
@ -77,4 +80,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: ssmtp.conf
|
src: ssmtp.conf
|
||||||
dest: /etc/ssmtp/ssmtp.conf
|
dest: /etc/ssmtp/ssmtp.conf
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue