Drone: Remove ci_apply filter
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build is passing Details

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
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

View File

@ -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