[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
be2b9bf3c0
27 changed files with 3311 additions and 0 deletions
12
tasks/setup.yml
Normal file
12
tasks/setup.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Server/Setup: Generic Setup Tasks (sshd)
|
||||
|
||||
# SSH
|
||||
- name: setup - Copy sshd_config
|
||||
become: yes
|
||||
copy:
|
||||
src: "{{ role_path }}/files/sshd_config"
|
||||
dest: "/etc/ssh/sshd_config"
|
||||
backup: yes
|
||||
notify:
|
||||
- Restart sshd
|
||||
Loading…
Add table
Add a link
Reference in a new issue