mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
8 lines
122 B
YAML
8 lines
122 B
YAML
---
|
|
- name: Rotate Pi-hole FTL database safely
|
|
hosts: pihole
|
|
become: true
|
|
serial: 1
|
|
roles:
|
|
- pihole_db_rotate
|