Separate watchtower from vipy
This commit is contained in:
parent
2c9a70f0fd
commit
13537aa984
7 changed files with 15 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ caddy_sites_dir: /etc/caddy/sites-enabled
|
|||
uptime_kuma_subdomain: uptime
|
||||
|
||||
# Remote access
|
||||
remote_host: "{{ groups['vipy'][0] }}"
|
||||
remote_host: "{{ groups['watchtower'][0] }}"
|
||||
remote_user: "{{ hostvars[remote_host]['ansible_user'] }}"
|
||||
remote_key_file: "{{ hostvars[remote_host]['ansible_ssh_private_key_file'] | default('') }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue