-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinventory.ini
More file actions
38 lines (27 loc) · 987 Bytes
/
inventory.ini
File metadata and controls
38 lines (27 loc) · 987 Bytes
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
[service]
ansible-controller.blackghost.lab ansible_host=192.168.1.248
[pxe_boot]
pxe-boot.prod.blackghost.lab ansible_user=root ansible_host=192.168.1.253
[keepha]
bg-ha-01.prod.blackghost.lab ansible_host=192.168.1.247
[vault]
vault.prod.blackghost.lab ansible_user=root ansible_host=192.168.1.249
[quay]
quay-mirror.prod.blackghost.lab ansible_user=root ansible_host=192.168.1.250
[ovirt]
rhv.prod.blackghost.lab ansible_user=root ansible_host=192.168.1.231
[remote]
ubuntu-1 ansible_host=192.168.1.10 ansible_user=root ansible_host=192.168.1.10 ansible_ssh_pass=redhat
ubuntu-2 ansible_host=192.168.1.11 ansible_user=root ansible_host=192.168.1.11 ansible_ssh_pass=redhat
[windows]
win-1 ansible_host=192.168.1.9
win-2 ansible_host=192.168.1.19
[windows:vars]
ansible_user=Administrator
ansible_password=redhat
ansible_connection=winrm
ansible_winrm_transport=basic
ansible_port=5985
ansible_winrm_server_cert_validation=ignore
become=true
become_method=runas