46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
proxmox:
|
|
hosts:
|
|
PROX01:
|
|
ansible_host: 94.130.17.156
|
|
|
|
router:
|
|
hosts:
|
|
ROU01:
|
|
ansible_host: 110.1.1.1
|
|
ansible_user: admin
|
|
vars:
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o ProxyCommand="ssh -p 22 -W %h:%p -q root@94.130.17.156"'
|
|
|
|
vorlage:
|
|
hosts:
|
|
windows_vorlage:
|
|
ansible_host: 110.1.1.50
|
|
# ansible_host: localhost
|
|
ansible_user: ansible-admin
|
|
# ansible_password: adm.3dfx12
|
|
ansible_port: 22
|
|
ansible_shell_type: cmd
|
|
vars:
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o ProxyCommand="ssh -p 22 -W %h:22 -q root@94.130.17.156"'
|
|
|
|
windows:
|
|
hosts:
|
|
AD01:
|
|
ansible_host: 110.1.1.51
|
|
ansible_user: ansible-admin
|
|
ansible_password: adm.3dfx12
|
|
ansible_shell_type: cmd
|
|
RDS01:
|
|
ansible_host: 110.1.1.52
|
|
ansible_user: ansible-admin
|
|
ansible_password: adm.3dfx12
|
|
ansible_shell_type: cmd
|
|
ansible_connection: ssh
|
|
EX01:
|
|
ansible_host: 110.1.1.53
|
|
ansible_user: ansible-admin
|
|
APP01:
|
|
ansible_host: 110.1.1.54
|
|
ansible_user: ansible-admin
|
|
vars:
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o ProxyCommand="ssh -p 22 -W %h:%p -q root@94.130.17.156"' |