Добавил создание ролей make role new
This commit is contained in:
10
default/deploy.yaml
Normal file
10
default/deploy.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Deploy roles
|
||||
hosts: all
|
||||
become: true
|
||||
become_user: root
|
||||
become_method: ansible.builtin.sudo
|
||||
gather_facts: true
|
||||
vars_files:
|
||||
- ../../vars/secrets.yml
|
||||
roles:
|
||||
Reference in New Issue
Block a user