From be0c2f8e4a7506b470b39188ac160e893402d6a3 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Sat, 23 Jan 2021 16:21:56 +0100 Subject: [PATCH] If you want to ONLY run the logrotate role --- logrotate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 logrotate.yml diff --git a/logrotate.yml b/logrotate.yml new file mode 100755 index 0000000..8d3479e --- /dev/null +++ b/logrotate.yml @@ -0,0 +1,7 @@ +#!/usr/bin/env ansible-playbook +--- +# Playbook to run ONLY the logrotate role +# Install logrotate +- hosts: all,!unifi,!pve + roles: + - logrotate