ssme-thesis/attachments/ansible/roles/ansible-sw-sshsec/.travis.yml
2019-03-02 15:53:46 +01:00

13 lines
336 B
YAML

---
language: python
python: "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible
script:
- echo localhost > inventory
- ansible-playbook --syntax-check -i inventory role.yml
- ansible-playbook -i inventory role.yml --connection=local --sudo -vvvv