--- - 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 domain tasks include: ./lib/domain.yml - name: Include env tasks include: ./lib/env.yml