diday-staging-runner(host): deploy host runner for diday staging deploy
All checks were successful
/ Ansible Lint (push) Successful in 2m29s
All checks were successful
/ Ansible Lint (push) Successful in 2m29s
This commit is contained in:
parent
b10d7d1592
commit
d7811f249a
4 changed files with 229 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ all:
|
|||
ansible_host: cloud.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
diday-staging-runner:
|
||||
ansible_host: diday-staging-runner.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@router.hamburg.ccc.de
|
||||
eh22-wiki:
|
||||
ansible_host: eh22-wiki.hosts.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
|
@ -102,6 +106,7 @@ base_config_hosts:
|
|||
acmedns:
|
||||
ccchoir:
|
||||
cloud:
|
||||
diday-staging-runner:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
keycloak:
|
||||
|
|
@ -133,6 +138,7 @@ docker_compose_hosts:
|
|||
hosts:
|
||||
acmedns:
|
||||
ccchoir:
|
||||
diday-staging-runner:
|
||||
grafana:
|
||||
tickets:
|
||||
keycloak:
|
||||
|
|
@ -251,6 +257,7 @@ ansible_pull_hosts:
|
|||
hosts:
|
||||
netbox:
|
||||
cloud:
|
||||
diday-staging-runner:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
onlyoffice:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue