-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.example.yml
40 lines (36 loc) · 951 Bytes
/
inventory.example.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
servers:
hosts:
srv_01:
ansible_host: SRV_01
ansible_user: ansible
ansible_become_pass: password123!
srv_02:
ansible_host: SRV_02
ansible_user: ansible
ansible_become_pass: password123!
syslog:
ansible_host: SYSLOG
ansible_user: ansible
ansible_become_pass: password123!
rsyslog_server_host: # itself
rsyslog_enable_tcp_reception: true
rsyslog_enable_udp_reception: false
bastions:
hosts:
bastion:
ansible_host: BASTION
ansible_user: ansible
ansible_become_pass: password123!
sshd_from_ip: 192.168.0.0/16
suricata_default_interface: enp0s3
suricata_home_net:
- 10.0.0.0/8
- 192.168.0.0/16
suricata_dns_servers: "$!HOME_NET"
update_servers:
hosts:
majlin:
ansible_host: APTPROXY
ansible_become_pass: password123!
apt_proxy_addr: # itself
use_apt_proxy: false # itself