summaryrefslogtreecommitdiffstats
path: root/ansible/inventory.ini
blob: 440e625bd23c1668d8e0ab481d0c14de84808353 (plain)
1
2
3
4
5
6
7
8
[controller]
host1 ansible_host=10.1.0.50 ansible_user=root ansible_ssh_pass=root
host2 ansible_host=10.1.0.51 ansible_user=root ansible_ssh_pass=root
host3 ansible_host=10.1.0.52 ansible_user=root ansible_ssh_pass=root

[compute]
host4 ansible_host=10.1.0.53 ansible_user=root ansible_ssh_pass=root
host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root