6 lines
233 B
YAML
6 lines
233 B
YAML
- name: Генерация SSH ключа
|
|
ansible.builtin.command:
|
|
cmd: "ssh-keygen -t ed25519 -f {{playbook_dir}}/id_ed25519_simbirkey -N '' -C ''"
|
|
creates: "{{playbook_dir}}/id_ed25519_simbirkey"
|
|
delegate_to: localhost
|