Drone: Remove ci_apply filter
This commit is contained in:
parent
41d1399060
commit
a2a5b29cd6
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user