feat: Выполнил практическое задание по DevOps

This commit is contained in:
2026-08-17 03:06:32 +03:00
commit d1ca831865
16 changed files with 689 additions and 0 deletions
+5
View File
@@ -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