Initial commit
This commit is contained in:
commit
9d03496f02
5 changed files with 87 additions and 0 deletions
6
tasks/main.yml
Normal file
6
tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Setup tenants
|
||||
loop: "{{ php_tenants|dict2items(key_name='name', value_name='options') }}"
|
||||
loop_control:
|
||||
loop_var: tenant
|
||||
include_tasks:
|
||||
file: tenant.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue