add chaosknoten to hosts and new hypervisors group
All checks were successful
/ Ansible Lint (push) Successful in 1m47s
All checks were successful
/ Ansible Lint (push) Successful in 1m47s
Also exclude that group from the tasks otherwise targeting all hosts.
This commit is contained in:
parent
61cd5053d0
commit
ff540126a1
3 changed files with 9 additions and 4 deletions
|
@ -4,6 +4,8 @@ all:
|
|||
ansible_host: ccchoir-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
chaosknoten:
|
||||
ansible_host: chaosknoten.hamburg.ccc.de
|
||||
cloud:
|
||||
ansible_host: cloud-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
@ -57,6 +59,9 @@ all:
|
|||
ansible_host: zammad-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
hypervisors:
|
||||
hosts:
|
||||
chaosknoten:
|
||||
base_config_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue