Add heimdall host

This commit is contained in:
Wojciech Kozlowski 2022-12-01 22:39:47 +01:00
parent 61ae529744
commit 1366827abb
10 changed files with 11 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
group_vars/the_nine_worlds group_vars/asgard
host_vars/valkyrie host_vars/valkyrie
host_vars/yggdrasil host_vars/yggdrasil
playbooks/filesystem/tmp/valkyrie/etc/resolv.conf playbooks/filesystem/tmp/valkyrie/etc/resolv.conf

5
hosts
View File

@ -1,3 +1,6 @@
[the_nine_worlds] [bifrost]
heimdall
[asgard]
valkyrie valkyrie
yggdrasil yggdrasil

View File

@ -1,6 +1,6 @@
--- ---
- name: Configure hosts - name: Configure hosts
hosts: the_nine_worlds hosts: asgard
tasks: tasks:
- import_tasks: tasks/hosts/sshd.yml - import_tasks: tasks/hosts/sshd.yml

View File

@ -1,6 +1,6 @@
--- ---
- name: Configure hosts - name: Configure hosts
hosts: the_nine_worlds hosts: asgard
tasks: tasks:
- import_tasks: tasks/hosts/sshd.yml - import_tasks: tasks/hosts/sshd.yml

View File

@ -1,6 +1,6 @@
--- ---
- name: Configure VPN network - name: Configure VPN network
hosts: the_nine_worlds hosts: asgard
tasks: tasks:
- import_tasks: tasks/vpn/ipforward.yml - import_tasks: tasks/vpn/ipforward.yml

View File

@ -1,6 +1,6 @@
--- ---
- name: "Setup hosts for services" - name: "Setup hosts for services"
hosts: the_nine_worlds hosts: asgard
tasks: tasks:
- import_tasks: tasks/services/a-common/00-podman.yml - import_tasks: tasks/services/a-common/00-podman.yml

View File

@ -1,6 +1,6 @@
--- ---
- name: "Deploy services" - name: "Deploy services"
hosts: the_nine_worlds hosts: asgard
vars: vars:
volumes: volumes:

View File

@ -1,6 +1,6 @@
--- ---
- name: "Deploy services" - name: "Deploy services"
hosts: the_nine_worlds hosts: asgard
vars: vars:
versions: versions: