Drone: Remove ci_apply filter
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing

This commit is contained in:
Tobias Manske 2023-09-13 05:44:20 +02:00
parent 41d1399060
commit a2a5b29cd6
Signed by: tobias
GPG Key ID: 9164B527694A0709
2 changed files with 5 additions and 7 deletions

View File

@ -46,7 +46,7 @@ steps:
pull: always pull: always
commands: commands:
- cd coreos-config - 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 - name: Validate Ansible
image: registry.tobiasmanske.de/ansible-runner:latest image: registry.tobiasmanske.de/ansible-runner:latest
pull: always pull: always
@ -56,7 +56,7 @@ steps:
commands: commands:
- cd coreos-config - cd coreos-config
- ansible-galaxy install -r requirements.yaml - 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: image_pull_secrets:
- registry - registry

View File

@ -20,6 +20,9 @@ all:
network_interface: ens3 network_interface: ens3
network_ipv6_addr: "2a03:4000:9:176::1" network_ipv6_addr: "2a03:4000:9:176::1"
wg_addr: 10.1.0.4 wg_addr: 10.1.0.4
# localhost:
# ansible_interpreter_python: ./ENV/bin/python
# ansible_connection: local
vars: vars:
service_base: "{{ playbook_dir }}/services" service_base: "{{ playbook_dir }}/services"
wg_keepalive: 30 wg_keepalive: 30
@ -36,11 +39,6 @@ all:
monitoring: monitoring:
hosts: hosts:
mon1.hel1.chaoswg.org: null mon1.hel1.chaoswg.org: null
ci_apply:
hosts:
host.nc.chaoswg.org: null
mon1.hel1.chaoswg.org: null
infra.unruhig.eu: null
network_config: network_config:
hosts: hosts:
host.nc.chaoswg.org: null host.nc.chaoswg.org: null