Browse Source

ajout d'un paquet manquant

pull/1/head
theonlydoo 9 years ago
parent
commit
025d7d7dc3
3 changed files with 2 additions and 4 deletions
  1. +1
    -0
      etc/host_vars/localhost.example
  2. +1
    -0
      roles/mail/vars/main.yml
  3. +0
    -4
      roles/mariadb/templates/root-.my.cnf.j2

+ 1
- 0
etc/host_vars/localhost.example View File

@ -7,4 +7,5 @@ ntp_server2: 1.pool.ntp.org
disable_ipv6: true
domain: test.net
mariadb_version: 10.0
mysql_root_password: changeme
# vim: set textwidth=0 ft=yaml:

+ 1
- 0
roles/mail/vars/main.yml View File

@ -22,6 +22,7 @@ packages:
- dovecot-pop3d
- dovecot-sieve
- dovecot-antispam
- sasl2-bin
- amavis
- spamassassin
- razor

+ 0
- 4
roles/mariadb/templates/root-.my.cnf.j2 View File

@ -1,4 +0,0 @@
[client]
user = root
password = {{ rootpassword }}

Loading…
Cancel
Save