added next folders for migration
This commit is contained in:
51
inventory/inventory.yml
Normal file
51
inventory/inventory.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
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
|
||||
Reference in New Issue
Block a user