11 lines
240 B
YAML
11 lines
240 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- include: ../commonlib/vars.yml
|
|
- include: ./lib/http.yml
|
|
- include: ./lib/https.yml
|
|
- include: ./lib/proxy.yml
|
|
- include: ./lib/nginxd.yml
|
|
- include: ./lib/hooks.yml
|