monitoring
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ lookup('env','USER') }}"
|
||||
state: present
|
||||
key: "{{ lookup('file', '~/.ssh/ansible_id_rsa.pub') }}"
|
||||
key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
|
||||
|
||||
# (Optional)
|
||||
# Set all sudoers to no password
|
||||
|
||||
Reference in New Issue
Block a user