1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

rename sshd

This commit is contained in:
L3D 2021-09-18 23:17:35 +02:00
parent 9552da8018
commit d0c668aacc
Signed by: l3d
GPG key ID: CD08445BFF4313D1
6 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View file

@ -17,7 +17,7 @@
path = files/admin_ssh_keys path = files/admin_ssh_keys
url = https://backwesen.de/ansible/ssh_public_keys.git url = https://backwesen.de/ansible/ssh_public_keys.git
[submodule "roles/sshd"] [submodule "roles/sshd"]
path = roles/sshd path = roles/do1jlr.sshd
url = https://github.com/roles-ansible/ansible_role_sshd.git url = https://github.com/roles-ansible/ansible_role_sshd.git
[submodule "roles/nextcloud"] [submodule "roles/nextcloud"]
path = roles/nextcloud path = roles/nextcloud

View file

@ -14,7 +14,7 @@
roles: roles:
- {role: manage_users, tags: [users, base]} - {role: manage_users, tags: [users, base]}
- {role: authorized_keys, tags: [auth, base]} - {role: authorized_keys, tags: [auth, base]}
- {role: sshd, tags: [sshd, base]} - {role: do1jlr.sshd, tags: [sshd, base]}
- {role: dotfiles, tags: [dotfiles, base]} - {role: dotfiles, tags: [dotfiles, base]}
- name: fancy schnickschnack - name: fancy schnickschnack

View file

@ -15,7 +15,7 @@
roles: roles:
- {role: manage_users, tags: [users, base]} - {role: manage_users, tags: [users, base]}
- {role: authorized_keys, tags: [auth, base]} - {role: authorized_keys, tags: [auth, base]}
- {role: sshd, tags: [sshd, base]} - {role: do1jlr.sshd, tags: [sshd, base]}
- {role: dotfiles, tags: [dotfiles, base]} - {role: dotfiles, tags: [dotfiles, base]}
- name: fancy schnickschnack - name: fancy schnickschnack

View file

@ -14,7 +14,7 @@
roles: roles:
- {role: manage_users, tags: [users, base]} - {role: manage_users, tags: [users, base]}
- {role: authorized_keys, tags: [auth, base]} - {role: authorized_keys, tags: [auth, base]}
- {role: sshd, tags: [sshd, base]} - {role: do1jlr.sshd, tags: [sshd, base]}
- {role: dotfiles, tags: [dotfiles, base]} - {role: dotfiles, tags: [dotfiles, base]}
- name: fancy schnickschnack - name: fancy schnickschnack

View file

@ -14,7 +14,7 @@
roles: roles:
- {role: manage_users, tags: [users, base]} - {role: manage_users, tags: [users, base]}
- {role: authorized_keys, tags: [auth, base]} - {role: authorized_keys, tags: [auth, base]}
- {role: sshd, tags: [sshd, base]} - {role: do1jlr.sshd, tags: [sshd, base]}
- {role: dotfiles, tags: [dotfiles, base]} - {role: dotfiles, tags: [dotfiles, base]}
- name: fancy schnickschnack - name: fancy schnickschnack