diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-21 16:37:22 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-21 16:37:22 +0000 |
commit | 074a92bc1571cf5f1d039cea2348d8b134aa1f75 (patch) | |
tree | c703e9d55c6966a93b78b32ee9b6932c4048d7f5 /setup.yml | |
parent | b615331899acdf1ef51fc36d5b7f3eace057734c (diff) | |
download | infra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.tar.gz infra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.tar.bz2 infra-074a92bc1571cf5f1d039cea2348d8b134aa1f75.zip |
Enable logrotate for nginx logs
Diffstat (limited to 'setup.yml')
-rw-r--r-- | setup.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,3 +2,8 @@ hosts: all roles: - { role: essential } + +- name: Basic setup for all hosts + hosts: web + roles: + - { role: web } |