2022-12-21 22:56:39 -05:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
become: yes
|
|
|
|
pre_tasks:
|
|
|
|
- name: Update apt-get repo and cache
|
|
|
|
apt:
|
|
|
|
update_cache: yes
|
|
|
|
cache_valid_time: 3600
|
|
|
|
roles:
|
|
|
|
- role: instance
|
2022-12-22 19:31:20 -05:00
|
|
|
tags: instance
|
2022-12-21 22:56:39 -05:00
|
|
|
- role: apt
|
|
|
|
- role: administrators
|
|
|
|
- role: ssh
|
|
|
|
- hosts: dns
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: pihole
|
|
|
|
tags: pihole
|
2022-12-23 00:08:11 -05:00
|
|
|
- hosts: proxy
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: docker
|
|
|
|
- role: nginx-proxy-manager
|
|
|
|
tags: npm
|