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.
Merge pull request #111 from DO1JLR/dependabot/submodules/collections…
…/ansible_collections/l3d/users-05b0b7c Bump collections/ansible_collections/l3d/users from `1a44a2d` to `05b0b7c`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule users
updated
16 files
+13 −10 | README.md | |
+1 −1 | galaxy.yml | |
+4 −4 | roles/dotfiles/README.md | |
+1 −1 | roles/dotfiles/defaults/main.yml | |
+1 −1 | roles/sshd/handlers/main.yml | |
+7 −1 | roles/sshd/tasks/sshd_config.yml | |
+12 −2 | roles/sshd/templates/sshd_config.j2 | |
+1 −1 | roles/sshd/vars/main.yml | |
+4 −1 | roles/user/README.md | |
+2 −0 | roles/user/defaults/main.yml | |
+5 −0 | roles/user/tasks/main.yml | |
+1 −1 | roles/user/tasks/pubkeys.yml | |
+21 −0 | roles/user/tasks/root_ssh.yml | |
+2 −0 | roles/user/tasks/user_ansible.yml | |
+1 −1 | roles/user/tasks/users.yml | |
+1 −1 | roles/user/vars/main.yml |