--- - hosts: all gather_facts: false tasks: - include: ../commonlib/vars.yml - include: ./lib/http.yml - include: ./lib/https.yml - include: ./lib/proxy.yml - include: ./lib/hooks.yml - include: ./lib/nginxd.yml