-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinventory.yml
26 lines (26 loc) · 1.09 KB
/
inventory.yml
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
---
Example_Organization:
hosts:
production.satellite.example.com:
satellite_server_url: https://production.satellite.example.com
satellite_validate_certs: false
satellite_username: admin
satellite_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64653563643633393937366439653764316430646532376163623737346135363165316239346531
vars:
ansible_connection: local
satellite_organization: "Example Organization"
registry_redhat_io_username: !vault |
$ANSIBLE_VAULT;1.1;AES256
64653563643633393937366439653764316430646532376163623737346135363165316239346531
registry_redhat_io_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64653563643633393937366439653764316430646532376163623737346135363165316239346531
rhsm_username: !vault |
$ANSIBLE_VAULT;1.1;AES256
64653563643633393937366439653764316430646532376163623737346135363165316239346531
rhsm_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64653563643633393937366439653764316430646532376163623737346135363165316239346531
...