galaxy-ssh/README.md

36 lines
440 B
Markdown
Raw Permalink Normal View History

2019-01-31 14:12:04 +00:00
galaxy-ssh
==========
Update ssh config
Requirements
------------
2019-07-01 13:38:46 +00:00
None
2019-01-31 14:12:04 +00: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 13:38:46 +00:00
Needs galaxy-vagrant to run tests
2019-01-31 14:12:04 +00:00
Ensure galaxy-vagrant is up
ansible-playbook -i tests/inventory tests/test.yml