mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Add more travis-tests
This change adds more tests in travis to check for different variable uses.
This commit is contained in:
parent
b069a12800
commit
78bc611eb4
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue