ansible-nas/.travis.yml
2019-04-14 14:57:32 +01:00

31 lines
No EOL
543 B
YAML

---
language: python
services: docker
env:
- playbook: nas.yml
distro: ubuntu1804
test_syntax: true
test_playbook: false
test_idempotence: false
install:
- pip install ansible-lint
- pip install mkdocs
- pip install mkdocs-material
script:
- cp ${PWD}/group_vars/all.yml.dist ${PWD}/group_vars/all.yml
- ansible-lint ${PWD}/nas.yml
- ${PWD}/tests/test.sh
- mkdocs build
deploy:
provider: pages
skip-cleanup: true
local-dir: site/
github-token: $GHPAGES
keep-history: true
on:
branch: master