galaxy-ssh/README.md

36 lines
621 B
Markdown
Raw Normal View History

2019-01-31 14:12:04 +00:00
galaxy-ssh
==========
Update ssh config
Requirements
------------
2019-02-01 17:43:05 +00:00
Needs [galaxy-vagrant](https://git.stdcall.me/ansible-galaxy/galaxy-vagrant) to run tests
2019-01-31 14:12:04 +00:00
Role Variables
--------------
- sshd_port: port where sshd should listen
Dependencies
------------
None
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: galaxy-ssh, sshd_port: 42 }
Run tests
---------
Ensure galaxy-vagrant is up
ansible-playbook -i tests/inventory tests/test.yml