make ssh-certs for hogweed1 again.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
This commit is contained in:
@@ -23,4 +23,13 @@
|
|||||||
state: present
|
state: present
|
||||||
regexp: '^%hogweed1'
|
regexp: '^%hogweed1'
|
||||||
line: '%hogweed1 ALL=(ALL) NOPASSWD: ALL'
|
line: '%hogweed1 ALL=(ALL) NOPASSWD: ALL'
|
||||||
validate: 'visudo -cf %s'
|
validate: 'visudo -cf %s'
|
||||||
|
|
||||||
|
|
||||||
|
- name: auth_principals чтобы пускало по сертификату
|
||||||
|
copy:
|
||||||
|
dest: "/etc/ssh/auth_principals/hogweed1"
|
||||||
|
content: "pmc-314\n"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0644'
|
||||||
Reference in New Issue
Block a user