If you want to ONLY run the logrotate role
This commit is contained in:
parent
51681922aa
commit
be0c2f8e4a
1 changed files with 7 additions and 0 deletions
7
logrotate.yml
Executable file
7
logrotate.yml
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
# Playbook to run ONLY the logrotate role
|
||||
# Install logrotate
|
||||
- hosts: all,!unifi,!pve
|
||||
roles:
|
||||
- logrotate
|
Loading…
Reference in a new issue