From 5cf6b1f1abd4c6cd87fdb83cf61e5067a7a3cb14 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:26:24 -0700 Subject: [PATCH 1/6] fix role name --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 5f706b1..f7eeec5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - role_name: 'stationgroup.logrotate-plusplus' + role_name: 'logrotate_plusplus' author: 'stationgroup' description: | Ansible role for installings and configuring lograte on Linux, deploying a list of defaults only if the From 5c4dfac51a60e954e613343489939bd8c882aa4e Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:28:11 -0700 Subject: [PATCH 2/6] Update main.yml --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 6c2fea1..019aa0e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -70,13 +70,13 @@ logrotate_applications: - name: custom logs: - - /var/log/custom/*_log + - /var/log/custom/*_log options: - daily - compress - rotate 6 - - name : dpkg + - name: dpkg logs: - /var/log/dpkg.log options: From 4d987dd8ccc9a6ea4879dc659bdb5a51387a5321 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:54:35 -0700 Subject: [PATCH 3/6] Update main.yml --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index f7eeec5..25802ab 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: role_name: 'logrotate_plusplus' - author: 'stationgroup' +# author: 'stationgroup' description: | Ansible role for installings and configuring lograte on Linux, deploying a list of defaults only if the logfiles are present on the system. From a759b8ccdf2fe7219555a04acc78c79cd7f30d49 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:55:24 -0700 Subject: [PATCH 4/6] Update main.yml --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 25802ab..0902e4b 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - role_name: 'logrotate_plusplus' + role_name: 'logrotate_plus' # author: 'stationgroup' description: | Ansible role for installings and configuring lograte on Linux, deploying a list of defaults only if the From 9e41854e7d46120bb271d13991169379fca07207 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:56:15 -0700 Subject: [PATCH 5/6] Update main.yml --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 0902e4b..005bc96 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: role_name: 'logrotate_plus' -# author: 'stationgroup' + author: 'stationgroup' description: | Ansible role for installings and configuring lograte on Linux, deploying a list of defaults only if the logfiles are present on the system. From f41b0326bb8022e9d2e68dfbc32e402f778929b7 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 29 Sep 2020 00:58:39 -0700 Subject: [PATCH 6/6] Update main.yml --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 005bc96..f7eeec5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ --- galaxy_info: - role_name: 'logrotate_plus' + role_name: 'logrotate_plusplus' author: 'stationgroup' description: | Ansible role for installings and configuring lograte on Linux, deploying a list of defaults only if the