Need different hosts for ssh and https
This commit is contained in:
parent
c3984cdc4f
commit
1e14af0931
@ -52,20 +52,6 @@
|
||||
"inet6": "{{ hostvars.valkyrie.services_host_services.rproxy.inet6_address }}"
|
||||
when: (the_nine_worlds_production | bool)
|
||||
|
||||
- name: "system : yggdrasil"
|
||||
hosts: "yggdrasil"
|
||||
roles:
|
||||
- role: "system/gateway_hosts"
|
||||
tags: "system:gateway_hosts"
|
||||
vars:
|
||||
system_gateway_hosts_files:
|
||||
- "/etc/hosts"
|
||||
system_gateway_hosts_hosts:
|
||||
"git.thenineworlds.net":
|
||||
"inet": "{{ hostvars.yggdrasil.services_host_services.git.inet_address }}"
|
||||
"inet6": "{{ hostvars.yggdrasil.services_host_services.git.inet6_address }}"
|
||||
when: (the_nine_worlds_production | bool)
|
||||
|
||||
- name: "system : all"
|
||||
hosts: "all"
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user