Initial project commit
This commit is contained in:
42
hosts
Normal file
42
hosts
Normal file
@ -0,0 +1,42 @@
|
||||
[bigboot]
|
||||
bigboot-test-custom-1 ansible_host=10.10.42.5
|
||||
# bigboot-test-custom-2 ansible_host=10.10.42.13
|
||||
# bigboot-test-custom-4 ansible_host=10.10.42.15
|
||||
bigboot-test-custom-5 ansible_host=10.10.42.16
|
||||
bigboot-test-custom-6 ansible_host=10.10.42.1
|
||||
bigboot-test-custom-7 ansible_host=10.10.42.2
|
||||
# bigboot-test-custom-8 ansible_host=10.10.42.216
|
||||
# bigboot-test-custom-9 ansible_host=10.1.1.80
|
||||
|
||||
[bigboot:vars]
|
||||
# ansible_user=root
|
||||
ansible_user=testuser1
|
||||
|
||||
|
||||
# [mailcow_dev]
|
||||
# mailcow-dev ansible_host=10.10.42.12
|
||||
#
|
||||
# [mailcow_dev:vars]
|
||||
# ansible_user=root
|
||||
|
||||
[ipalias]
|
||||
ifcfg-alias-test ansible_host=10.10.42.112
|
||||
ifcfg-alias-test2 ansible_host=10.10.42.66
|
||||
ifcfg-alias-test3 ansible_host=10.10.42.103
|
||||
ifcfg-alias-test4 ansible_host=10.10.42.113
|
||||
bigboot-test-custom-5 ansible_host=10.10.42.16
|
||||
|
||||
[ipalias:vars]
|
||||
ansible_user=root
|
||||
|
||||
[mount]
|
||||
rear-client ansible_host=10.10.42.192
|
||||
|
||||
[mount:vars]
|
||||
ansible_user=root
|
||||
|
||||
[temp]
|
||||
rear-client ansible_host=10.10.42.192
|
||||
|
||||
[temp:vars]
|
||||
ansible_user=root
|
Reference in New Issue
Block a user