52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
for_installation:
|
|
hosts:
|
|
new_hosts:
|
|
ansible_host: 192.168.0.68
|
|
become_method: sudo
|
|
become_user: testuser
|
|
vars:
|
|
ansible_host_key_checking: false
|
|
ansible_user: testuser
|
|
ansible_password: a123456
|
|
become_method: sudo
|
|
become_user: testuser
|
|
ansible_become_password: a123456
|
|
ha:
|
|
hosts:
|
|
homeassistant:
|
|
ansible_host: 192.168.0.57
|
|
caddy:
|
|
ansible_host: 192.168.0.68
|
|
vars:
|
|
ansible_host_key_checking: false
|
|
ansible_user: mario
|
|
ansible_password: migO0472
|
|
nc:
|
|
hosts:
|
|
nextcloud:
|
|
ansible_host: 192.168.0.70
|
|
vars:
|
|
ansible_host_key_checking: false
|
|
ansible_user: mario
|
|
ansible_password: migO0472
|
|
proxy:
|
|
hosts:
|
|
caddy:
|
|
ansible_host: 192.168.0.59
|
|
vars:
|
|
ansible_host_key_checking: false
|
|
ansible_user: mario
|
|
ansible_password: migO0472
|
|
prod:
|
|
hosts:
|
|
homeassistant:
|
|
ansible_host: 192.168.0.57
|
|
nextcloud:
|
|
ansible_host: 192.168.0.70
|
|
caddy:
|
|
ansible_host: 192.168.0.59
|
|
vars:
|
|
ansible_host_key_checking: false
|
|
ansible_user: mario
|
|
ansible_password: migO0472
|