Sostituzione di prepare con un playbook che viene lanciato sulla macchina locale.
This commit is contained in:
parent
23343af106
commit
813cf57d54
78 changed files with 885 additions and 70 deletions
14
roles/antidote/tasks/main.yml
Normal file
14
roles/antidote/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Deploying antidote
|
||||
|
||||
- name: Installing antidote
|
||||
ansible.builtin.import_tasks: installation.yml
|
||||
tags:
|
||||
- antidote
|
||||
- antidote-install
|
||||
|
||||
- name: Configuring antidote
|
||||
ansible.builtin.import_tasks: configuration.yml
|
||||
tags:
|
||||
- antidote
|
||||
- antidote-config
|
Loading…
Add table
Add a link
Reference in a new issue