Skip to content

Commit

Permalink
Add ansible galaxy notfications and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Mar 1, 2016
1 parent b321c48 commit 51eda53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
install:
- pip install ansible --upgrade
- ansible --version
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
- printf '[defaults]\nroles_path=../' >ansible.cfg
- echo localhost > inventory
script:
- ansible-playbook -i inventory --syntax-check --list-tasks test.yml
Expand All @@ -24,3 +24,5 @@ after_script:
- sshd -T -f /etc/ssh/sshd_config
- cat /etc/ssh/sshd_config
- ls -la /etc/ssh/
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ alias for legacy connections: `alias ssh_ignore="ssh -F /dev/null"`
None.

## Example Playbook
- hosts: server
remote_user: root
vars:
- ssh_remove_deprecated_server_keys: false
- ssh_port: 1813
roles:
- { role: elnappoo.secure-openssh-server }

```yaml
- hosts: server
remote_user: root
vars:
- ssh_remove_deprecated_server_keys: false
- ssh_port: 1813
roles:
- { role: elnappoo.secure-openssh-server }
```
## License
MIT
Expand Down
7 changes: 3 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ galaxy_info:
- name: Ubuntu
versions:
- trusty
- wily
- xenial
- name: Debian
versions:
- jessie
- stretch
categories:
galaxy_tags:
- networking
- system
- ssh
- security
dependencies: []

0 comments on commit 51eda53

Please sign in to comment.