Skip to content
Snippets Groups Projects
hosts 635 B
Newer Older
; For hosts parameters see:
; https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#connecting-to-hosts-behavioral-inventory-parameters

; hosts list

ms1 ansible_host=10.0.0.1
ms2 ansible_host=10.0.0.2
mw1 ansible_host=10.0.0.3
mw2 ansible_host=10.0.0.4
pg1 ansible_host=192.168.122.1
pg2 ansible_host=192.168.122.2
pg3 ansible_host=192.168.122.3

; groups list and their members

[msmonitor]
ms1

[postgres]
pg1
pg2
pg3

[mirismanager]
ms1

[mediaserver]
ms1
ms2

[wowza]
ms1
ms2

[celerity]
ms1

[mediaworker]
mw1
mw2

[mediaimport]
ms1

[mediavault]

[netcapture]

[bench_server]

[bench_worker]

; vim:ft=dosini