Штinit commit

This commit is contained in:
Сергей Антропов
2025-03-05 15:53:41 +03:00
parent 43bd842720
commit 93333c3598
13 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Apply my_ansible_role to servers
hosts: all # Используем все хосты из инвентори
become: yes # Повышаем привилегии (sudo)
roles:
- role: my_ansible_role # Указываем имя вашей роли