forked from infra/ansible
gpu01: add vpn and hosts file
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0b00ad11d3
commit
79f1a7c324
2 changed files with 8 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
roles:
|
||||
- base
|
||||
- hosts
|
||||
- openvpn/client
|
||||
- ipa/client
|
||||
- sudo
|
||||
|
||||
|
|
|
|||
7
roles/hosts/gpu01.rdu3.fedoraproject.org-hosts
Normal file
7
roles/hosts/gpu01.rdu3.fedoraproject.org-hosts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
|
||||
# Map canonical names of IPA servers to their VPN IP addresses
|
||||
192.168.1.156 ipa01.rdu3.fedoraproject.org
|
||||
192.168.1.157 ipa02.rdu3.fedoraproject.org
|
||||
192.168.1.162 ipa03.rdu3.fedoraproject.org
|
||||
Loading…
Add table
Add a link
Reference in a new issue