Enable postfix/dovecot servers
This commit is contained in:
parent
5d85ea4fd6
commit
ace09e07e7
@ -15,6 +15,9 @@ roles:
|
||||
- name: 'ensure_docker'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_docker.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_dovecot'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_dovecot.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_log_rotation'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
|
||||
version: 'master'
|
||||
@ -30,6 +33,9 @@ roles:
|
||||
- name: 'ensure_podman'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_podman.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_postfix'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_postfix.git'
|
||||
version: 'master'
|
||||
- name: 'ensure_repo_epel'
|
||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git'
|
||||
version: 'master'
|
||||
|
10
test.yml
10
test.yml
@ -23,6 +23,16 @@
|
||||
gather_facts: 'yes'
|
||||
roles:
|
||||
- role: 'ensure_mariadb'
|
||||
- name: 'smtp'
|
||||
hosts: 'smtp'
|
||||
gather_facts: 'yes'
|
||||
roles:
|
||||
- role: 'ensure_postfix'
|
||||
- name: 'imap'
|
||||
hosts: 'imap'
|
||||
gather_facts: 'yes'
|
||||
roles:
|
||||
- role: 'ensure_dovecot'
|
||||
- name: 'docker'
|
||||
hosts: 'docker'
|
||||
gather_facts: 'yes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user