Browse Source

reorganizing roles

pull/1/head
theonlydoo 9 years ago
parent
commit
bdfc978e32
2 changed files with 14 additions and 1 deletions
  1. +2
    -1
      mail.yml
  2. +12
    -0
      mariadb.yml

+ 2
- 1
mail.yml View File

@ -6,7 +6,8 @@
gather_facts: yes
roles:
# - mariadb
- common
- mariadb
- mail
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab:

+ 12
- 0
mariadb.yml View File

@ -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:

Loading…
Cancel
Save