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
ms1
ms2
[celerity]
ms1
[mediaworker]
mw1
mw2
[mediaimport]
ms1
[msmonitor]
ms1
[munin_server]
ms1
[munin_node]
ms1
ms2
mw1
mw2
pg1
pg2
pg3