2019-01-31 15:12:04 +01:00
|
|
|
galaxy-ssh
|
|
|
|
==========
|
|
|
|
|
|
|
|
Update ssh config
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2019-07-01 15:38:46 +02:00
|
|
|
None
|
2019-01-31 15:12:04 +01:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
|
|
|
- sshd_port: port where sshd should listen
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
|
|
|
- hosts: servers
|
|
|
|
roles:
|
|
|
|
- { role: galaxy-ssh, sshd_port: 42 }
|
|
|
|
|
|
|
|
Run tests
|
|
|
|
---------
|
|
|
|
|
2019-07-01 15:38:46 +02:00
|
|
|
Needs galaxy-vagrant to run tests
|
|
|
|
|
2019-01-31 15:12:04 +01:00
|
|
|
Ensure galaxy-vagrant is up
|
|
|
|
|
|
|
|
ansible-playbook -i tests/inventory tests/test.yml
|