This commit is contained in:
Сергей Антропов
2025-03-05 18:59:10 +03:00
parent 78359193fe
commit 382395b909
29 changed files with 49 additions and 147 deletions

View File

6
roles/role/deploy.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Deploy roles
hosts: production
become: true
roles:
- role

View File

View File

0
roles/role/meta/.gitkeep Normal file
View File

View File

@@ -0,0 +1,4 @@
---
- name: Example task
debug:
msg: "Hello, Ansible!"

View File

View File

0
roles/role/vars/.gitkeep Normal file
View File

View File