1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/roles/mailserver_preperation/tasks/main.yml

14 lines
250 B
YAML
Raw Normal View History

2021-01-02 02:26:33 +01:00
---
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
2021-01-02 02:26:33 +01:00
2021-01-09 04:28:13 +01:00
- name: configure local hostnames
include_tasks: hosts.yml
2021-01-02 02:26:33 +01:00
2021-01-09 04:28:13 +01:00
- name: configure vmail user
include_tasks: user.yml
2021-01-03 01:01:18 +01:00
- name: configure mariadb
include_tasks: mariadb.yml