Update 'setup_auth.yaml'

This commit is contained in:
cody 2023-02-20 18:16:25 +00:00
parent 7f5eef08f5
commit b7bd3f658f
1 changed files with 1 additions and 6 deletions

View File

@ -6,9 +6,4 @@
authorized_key:
user: root
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArcvGwvT6CbzyY513rhD6zTPXxOvHEsekE5ElGc3PWv ansible@ansible.william.zone
state: present
become: true
- name: Remove root password
shell: passwd -d root
become: true
state: present