summaryrefslogtreecommitdiff
path: root/setup.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-12-21 16:37:22 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-12-21 16:37:22 +0000
commit074a92bc1571cf5f1d039cea2348d8b134aa1f75 (patch)
treec703e9d55c6966a93b78b32ee9b6932c4048d7f5 /setup.yml
parentb615331899acdf1ef51fc36d5b7f3eace057734c (diff)
downloadinfra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.tar.gz
infra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.tar.bz2
infra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.zip
Enable logrotate for nginx logs
Diffstat (limited to 'setup.yml')
-rw-r--r--setup.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.yml b/setup.yml
index 05d9385..afbccfb 100644
--- a/setup.yml
+++ b/setup.yml
@@ -2,3 +2,8 @@
hosts: all
roles:
- { role: essential }
+
+- name: Basic setup for all hosts
+ hosts: web
+ roles:
+ - { role: web }