36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
|
all:
|
||
|
vars:
|
||
|
architectures:
|
||
|
x86_64: amd64
|
||
|
aarch64: arm64
|
||
|
armv7l: armhf
|
||
|
children:
|
||
|
external:
|
||
|
hosts:
|
||
|
mainframe:
|
||
|
server_hostname: mainframe
|
||
|
server_fqdn: mainframe.phreepunk.network
|
||
|
ansible_host: 147.45.233.134
|
||
|
ansible_user: root
|
||
|
ansible_ssh_private_key_file: /home/ge/.ssh/id_ed25519
|
||
|
internal:
|
||
|
hosts:
|
||
|
opipcplus:
|
||
|
server_hostname: opipcplus
|
||
|
server_fqdn: opipcplus.local
|
||
|
ansible_host: 192.168.3.8
|
||
|
ansible_user: root
|
||
|
ansible_ssh_private_key_file: /home/ge/.ssh/id_ed25519
|
||
|
opi3b:
|
||
|
server_hostname: opi3b
|
||
|
server_fqdn: opi3b.local
|
||
|
ansible_host: 192.168.3.6
|
||
|
ansible_user: root
|
||
|
ansible_ssh_private_key_file: /home/ge/.ssh/id_ed25519
|
||
|
pnx:
|
||
|
server_hostname: pnx
|
||
|
server_fqdn: pnx.local
|
||
|
ansible_host: 192.168.3.128
|
||
|
ansible_user: root
|
||
|
ansible_ssh_private_key_file: /home/ge/.ssh/id_ed25519
|