Initial commit
This commit is contained in:
commit
40c3b0421f
3 changed files with 51 additions and 0 deletions
12
tasks/main.yml
Normal file
12
tasks/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: Install postfixadmin
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- postfixadmin
|
||||
|
||||
- name: Update config
|
||||
ansible.builtin.template:
|
||||
src: config.local.php.j2
|
||||
dest: /etc/postfixadmin/config.local.php
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "0640"
|
||||
Loading…
Add table
Add a link
Reference in a new issue