setup minio automation #229

Merged
mg merged 114 commits from minio_automation into master 2024-11-09 22:00:58 +01:00
2 changed files with 0 additions and 18 deletions
Showing only changes of commit b219fef728 - Show all commits

View file

@ -34,4 +34,3 @@ minio_buckets:
# auf docker10 aufraumen
# und irtantu
# state uberallmit default

View file

@ -1,17 +0,0 @@
---
- name: set cap_net_bind_service # noqa no-changed-when
become: true
ansible.builtin.command: setcap 'cap_net_bind_service=+ep' /usr/local/bin/blocky
- name: systemctl daemon-reload
become: true
ansible.builtin.systemd:
daemon_reload: true
- name: restart service unit
become: true
ansible.builtin.systemd:
name: blocky.service
state: restarted
enabled: true