From dd06fb0a56feba126cce5ef75e84e23eb72fe7aa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Oct 2014 16:55:11 -0400 Subject: Add playbook and httpd and the rest --- roles/httpd/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/httpd/defaults/main.yml (limited to 'roles/httpd/defaults/main.yml') diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml new file mode 100644 index 0000000..409440c --- /dev/null +++ b/roles/httpd/defaults/main.yml @@ -0,0 +1,2 @@ +--- +log_retention_week: 8 -- cgit