Group plays to hooks
This commit is contained in:
9
plays/predeploy/predeploy.yml
Normal file
9
plays/predeploy/predeploy.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- include: ../commonlib/vars.yml
|
||||
- include: ./lib/domain.yml
|
||||
- include: ./lib/database.yml
|
||||
- include: ./lib/volumes.yml
|
||||
- include: ./lib/env.yml
|
||||
Reference in New Issue
Block a user