Первый коммит с ансибле скриптами для установки telemt.
This commit is contained in:
commit
ca14120c0e
10 changed files with 90 additions and 0 deletions
7
playbook.yml
Normal file
7
playbook.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: основной плейбук для управления telemt
|
||||
hosts: all
|
||||
|
||||
roles:
|
||||
- { role: roles/install, tags: install }
|
||||
- { role: roles/uninstall, tags: uninstall }
|
||||
Loading…
Add table
Add a link
Reference in a new issue