generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sshd
updated
19 files
+0 −1 | .github/FUNDING.yml | |
+0 −17 | README.md | |
+63 −24 | defaults/main.yml | |
+3 −3 | handlers/main.yml | |
+43 −0 | tasks/keys.yml | |
+39 −101 | tasks/main.yml | |
+6 −0 | tasks/packages.yml | |
+2 −0 | tasks/versioncheck.yml | |
+95 −71 | templates/sshd_config.j2 | |
+0 −2 | vars/archlinux.yml | |
+0 −2 | vars/centos.yml | |
+0 −2 | vars/default.yml | |
+0 −2 | vars/fedora.yml | |
+1 −1 | vars/main.yml | |
+12 −0 | vars/sshd_archlinux.yml | |
+12 −0 | vars/sshd_centos.yml | |
+12 −0 | vars/sshd_debian.yml | |
+12 −0 | vars/sshd_default.yml | |
+12 −0 | vars/sshd_fedora.yml |