Drone: Remove ci_apply filter
This commit is contained in:
parent
41d1399060
commit
a2a5b29cd6
@ -46,7 +46,7 @@ steps:
|
||||
pull: always
|
||||
commands:
|
||||
- cd coreos-config
|
||||
- ansible-playbook --limit ci_apply --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml
|
||||
- ansible-playbook --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml
|
||||
- name: Validate Ansible
|
||||
image: registry.tobiasmanske.de/ansible-runner:latest
|
||||
pull: always
|
||||
@ -56,7 +56,7 @@ steps:
|
||||
commands:
|
||||
- cd coreos-config
|
||||
- ansible-galaxy install -r requirements.yaml
|
||||
- ansible-playbook --limit ci_apply --check --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml
|
||||
- ansible-playbook --check --private-key ../ssh_key --inventory=inventory.yaml playbook.yaml
|
||||
|
||||
image_pull_secrets:
|
||||
- registry
|
||||
|
@ -20,6 +20,9 @@ all:
|
||||
network_interface: ens3
|
||||
network_ipv6_addr: "2a03:4000:9:176::1"
|
||||
wg_addr: 10.1.0.4
|
||||
# localhost:
|
||||
# ansible_interpreter_python: ./ENV/bin/python
|
||||
# ansible_connection: local
|
||||
vars:
|
||||
service_base: "{{ playbook_dir }}/services"
|
||||
wg_keepalive: 30
|
||||
@ -36,11 +39,6 @@ all:
|
||||
monitoring:
|
||||
hosts:
|
||||
mon1.hel1.chaoswg.org: null
|
||||
ci_apply:
|
||||
hosts:
|
||||
host.nc.chaoswg.org: null
|
||||
mon1.hel1.chaoswg.org: null
|
||||
infra.unruhig.eu: null
|
||||
network_config:
|
||||
hosts:
|
||||
host.nc.chaoswg.org: null
|
||||
|
Loading…
Reference in New Issue
Block a user