Bootstrap ssh role
This commit is contained in:
commit
1d8a2f42fc
8 changed files with 167 additions and 0 deletions
8
tasks/main.yml
Normal file
8
tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# tasks file for galaxy-ssh
|
||||
|
||||
- name: Updage ssh config
|
||||
template:
|
||||
src: sshd_config.j2
|
||||
dest: /etc/ssh/sshd_config
|
||||
notify: reload ssh
|
Loading…
Add table
Add a link
Reference in a new issue