labsync/packer/ansible/roles/auth/tasks/debug.yml

3 lines
120 B
YAML

---
- name: enable root user w/o password (CHANGEME!)
command: "sed -i 's/^root.*$/root:::0:99999:7:::/' /etc/shadow"