mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-11-07 16:10:07 +00:00
switched to roles
- all tasks/* have been moved to their own roles in roles/* - each file && template is now oragnized per-role - annotated each task which still isn't idempotent !TODO!
This commit is contained in:
5
roles/goaccess/tasks/main.yml
Normal file
5
roles/goaccess/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Copy goaccess config
|
||||
copy:
|
||||
src: goaccess.conf
|
||||
dest: /etc/goaccess/goaccess.conf
|
||||
Reference in New Issue
Block a user