gsb2024/roles/sshk/tasks/main.yml
2023-12-18 23:20:30 +01:00

11 lines
190 B
YAML

---
- name: creation user admu
user: name=admu comment="admu" shell=/bin/bash
- name: Copie cle ssh
authorized_key: user=root key="{{lookup('file','/home/admu/.ssh/id_rsa_pub') }}"