sdfg
This commit is contained in:
parent
811b3991cc
commit
2b3542dc42
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
---
|
---
|
||||||
- name: template ssh public key
|
#- name: template ssh public key
|
||||||
become: true
|
# become: true
|
||||||
ansible.posix.authorized_key:
|
# ansible.posix.authorized_key: # TODO händisch loschen
|
||||||
user: "{{ sanoid_user }}"
|
# user: "{{ sanoid_user }}"
|
||||||
#key: "{{ sanoid_syncoid_ssh_pubkey }}"
|
#key: "{{ sanoid_syncoid_ssh_pubkey }}"
|
||||||
state: absent
|
# state: absent
|
||||||
when:
|
# when:
|
||||||
- sanoid_syncoid_source_host
|
# - sanoid_syncoid_source_host
|
||||||
|
|
||||||
- name: Ensure user is added to sudoers
|
- name: Ensure user is added to sudoers
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue