diff --git a/mail.yml b/mail.yml index 7953054..bafd5b9 100644 --- a/mail.yml +++ b/mail.yml @@ -6,7 +6,8 @@ gather_facts: yes roles: -# - mariadb + - common + - mariadb - mail # vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab: diff --git a/mariadb.yml b/mariadb.yml new file mode 100644 index 0000000..7953054 --- /dev/null +++ b/mariadb.yml @@ -0,0 +1,12 @@ +--- + +- name: Deployer et configurer un serveur mail complet + hosts: all + user: root + gather_facts: yes + + roles: +# - mariadb + - mail + +# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab: