mg
a27830107b
munin eingegrenzt Playbooks aufgeteilt header angepasst cahe valid time entfernt cache valid time angehoben update packeges in eigenes playbook vars playbook filter angepasst playbook rolle hinzugefügt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#51 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
16 lines
297 B
YAML
16 lines
297 B
YAML
sudo: required
|
|
language: python
|
|
services: docker
|
|
|
|
cache: pip
|
|
|
|
install:
|
|
- pip install ansible docker
|
|
- ansible-galaxy install -r tests/requirements.yml -p tests/roles/
|
|
|
|
script:
|
|
- ansible --version
|
|
- tests/test.sh
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|