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:
|
||||
src: apache.conf
|
||||
dest: /etc/apache2/sites-available/000-default.conf
|
||||
mode: '0644'
|
||||
owner: root
|
||||
group: root
|
||||
notify: "restart apache2"
|
||||
|
||||
- name: Enable fgcid
|
||||
|
@ -77,4 +80,7 @@
|
|||
ansible.builtin.template:
|
||||
src: ssmtp.conf
|
||||
dest: /etc/ssmtp/ssmtp.conf
|
||||
mode: '0644'
|
||||
owner: root
|
||||
group: root
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue