feat: Выполнил практическое задание по DevOps
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user