forgejo-runner(host): basic setup
This commit is contained in:
parent
899dbea4dd
commit
6e61fe7886
5 changed files with 441 additions and 230 deletions
|
|
@ -93,6 +93,10 @@ all:
|
|||
auth-dns:
|
||||
ansible_host: auth-dns.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
forgejo-runner:
|
||||
ansible_host: forgejo-runner.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
hypervisors:
|
||||
hosts:
|
||||
chaosknoten:
|
||||
|
|
@ -122,6 +126,7 @@ base_config_hosts:
|
|||
spaceapiccc:
|
||||
mjolnir:
|
||||
auth-dns:
|
||||
forgejo-runner:
|
||||
systemd_networkd_hosts:
|
||||
hosts:
|
||||
router:
|
||||
|
|
@ -234,6 +239,7 @@ infrastructure_authorized_keys_hosts:
|
|||
mjolnir:
|
||||
auth-dns:
|
||||
lists:
|
||||
forgejo-runner:
|
||||
wiki_hosts:
|
||||
hosts:
|
||||
eh22-wiki:
|
||||
|
|
@ -268,6 +274,7 @@ ansible_pull_hosts:
|
|||
spaceapiccc:
|
||||
mjolnir:
|
||||
auth-dns:
|
||||
forgejo-runner:
|
||||
msmtp_hosts:
|
||||
hosts:
|
||||
renovate_hosts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue