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 4 additions and 3 deletions
Showing only changes of commit 3652309f1f - Show all commits

View file

@ -19,6 +19,7 @@ pvresize_to_max: true
pip_package: python3-pip
pip_install_packages:
- name: docker # für munin-plugin docker_
- name: minio # für ansible-minio_configure-Rolle
### mgrote.apt_manage_packages
apt_packages_extra:

View file

@ -13,9 +13,6 @@
secret_key: "{{ minio_root_secret_key }}"
state: present
# bug:delegate to geht nciht
# linter
- name: include policy tasks
ansible.builtin.include_tasks: policy.yml
@ -34,3 +31,6 @@
state: "{{ item.state | default('present') }}"
loop: "{{ minio_users }}"
no_log: true
# Bug: delegate_to: localhost
# in ansible-devspace wird das Python Paket "minio" nicht gefunden