---
- hosts: all
gather_facts: false
tasks:
- name: Include debug tasks
include: ./lib/debug.yml
- name: Include config tasks
include: ./lib/config.yml
- name: Include vars tasks
include: ./lib/vars.yml
- name: Include vault tasks
include: ./lib/vault.yml
- name: Include http tasks
include: ./lib/http.yml
- name: Include certs tasks
include: ./lib/certs.yml
- name: Include proxy tasks
include: ./lib/proxy.yml
- name: Include https tasks
include: ./lib/https.yml