From c3984cdc4f3f932affdc1a41ba543e87f85b91ac Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 22 Aug 2024 13:01:02 +0200 Subject: [PATCH] Add git to yggdrasil hosts as well --- playbooks/system.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/playbooks/system.yml b/playbooks/system.yml index e5cca23..3dd528d 100644 --- a/playbooks/system.yml +++ b/playbooks/system.yml @@ -52,6 +52,20 @@ "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: