Move common inclusion to playbook
This commit is contained in:
parent
f72b53ba51
commit
0b2efffdb4
4 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- hosts: lime2
|
||||
roles:
|
||||
- role: common
|
||||
- role: 2px
|
||||
- role: tunuifranken
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
dependencies:
|
||||
- role: common
|
||||
- role: 2px-apache2
|
||||
- role: 2px-mariadb
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
dependencies:
|
||||
- role: common
|
|
@ -1,3 +1,2 @@
|
|||
dependencies:
|
||||
- role: common
|
||||
- role: tunuifranken-apache2
|
||||
|
|
Loading…
Reference in a new issue