Add heimdall host
This commit is contained in:
parent
61ae529744
commit
1366827abb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
group_vars/the_nine_worlds
|
||||
group_vars/asgard
|
||||
host_vars/valkyrie
|
||||
host_vars/yggdrasil
|
||||
playbooks/filesystem/tmp/valkyrie/etc/resolv.conf
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Configure hosts
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/hosts/sshd.yml
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Configure hosts
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/hosts/sshd.yml
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Configure VPN network
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/vpn/ipforward.yml
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: "Setup hosts for services"
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
tasks:
|
||||
- import_tasks: tasks/services/a-common/00-podman.yml
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: "Deploy services"
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
vars:
|
||||
volumes:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: "Deploy services"
|
||||
hosts: the_nine_worlds
|
||||
hosts: asgard
|
||||
|
||||
vars:
|
||||
versions:
|
||||
|
Loading…
Reference in New Issue
Block a user