-
Notifications
You must be signed in to change notification settings - Fork 20
/
host-service2.yml
45 lines (45 loc) · 972 Bytes
/
host-service2.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
- name: configure service2
hosts: service2
gather_facts: no
connection: local
become: yes
roles:
- role: jail
vars:
name: mx
hostname: mx.buildbot.net
internet_visible: true
- role: jail
vars:
name: ns1
hostname: ns1.buildbot.net
internet_visible: true
- role: jail
vars:
name: syslog
hostname: syslog.buildbot.net
internet_visible: true
# note that the remainder here are specified the "old way", with
# ip_address
- role: jail
vars:
name: ftp
hostname: ftp.buildbot.net
ip_address:
- 'lagg0|140.211.10.243'
- 'vlan0|192.168.80.243'
- role: jail
vars:
name: lists
hostname: lists.buildbot.net
ip_address:
- 'lagg0|140.211.10.241'
- 'vlan0|192.168.80.241'
- role: jail
vars:
name: www
hostname: www.buildbot.net
ip_address:
- 'lagg0|140.211.10.238'
- 'vlan0|192.168.80.238'