Primi passaggi di correzione; playbook ancora da testare.
This commit is contained in:
commit
a8529d4f72
6 changed files with 88 additions and 0 deletions
8
deploy.yml
Normal file
8
deploy.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
vars_files:
|
||||
- deploy_vars.yml
|
||||
roles:
|
||||
- fqdn
|
||||
become: true
|
||||
become_user: root
|
Loading…
Add table
Add a link
Reference in a new issue