From 0fc8bb63a990594b57c5cab64839ce148945f717 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 7 Jun 2015 03:13:19 +0200 Subject: Add ansible inventory file. --- production | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 production (limited to 'production') diff --git a/production b/production new file mode 100644 index 0000000..3f84154 --- /dev/null +++ b/production @@ -0,0 +1,72 @@ +[mistral] +mistral.fripost.org + +[elefant] +elefant.fripost.org mxno=1 + +[giraff] +giraff.fripost.org + +[antilop] +antilop.fripost.org + +[civett] +civett.friprogramvarusyndikatet.se mxno=2 + +[benjamin] +benjamin.marxist.se + +# ldap.fripost.org +[LDAP-provider:children] +mistral + +# ntp.fripost.org +[NTP-master:children] +mistral + +# imap.fripost.org +[IMAP:children] +mistral + +# mda.fripost.org +[MDA:children] +IMAP + +# mx{1,2,3}.fripost.org +[MX:children] +elefant +civett + +# smtp.fripost.org +[MSA:children] +IMAP + +# outgoing.fripost.org +[out:children] +giraff + +[bacula-dir:children] +benjamin + +[bacula-sd:children] +benjamin + +# webmail.fripost.org +[webmail:children] +elefant + +# lists.fripost.org +[lists:children] +antilop + +[wiki:children] +civett + +[git:children] +wiki + +[non-free:children] +elefant + +[backports:children] +webmail -- cgit v1.2.3