Add more travis-tests

This change adds more tests in travis to check for
different variable uses.
This commit is contained in:
Sebastian Gumprich 2015-09-22 18:19:02 +02:00
parent b069a12800
commit 78bc611eb4

View file

@ -10,4 +10,5 @@ install:
- echo -e '[defaults]\nroles_path = ./roles\nhostfile = ./spec/inventory' > ansible.cfg
script:
- ansible-playbook --syntax-check spec/travis.yml
- ansible-playbook --sudo -v --diff spec/travis.yml
- ansible-playbook --sudo -v --diff spec/travis.yml
- ansible-playbook --sudo -v --diff spec/travis.yml --extra-vars "network_ipv6_enable=true ssh_allow_root_with_key=true ssh_client_password_login=true ssh_client_cbc_required=true ssh_server_weak_hmac=true ssh_client_weak_kex=true"