setup minio automation #229
2 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ pvresize_to_max: true
|
||||||
pip_package: python3-pip
|
pip_package: python3-pip
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
- name: docker # für munin-plugin docker_
|
- name: docker # für munin-plugin docker_
|
||||||
|
- name: minio # für ansible-minio_configure-Rolle
|
||||||
|
|
||||||
### mgrote.apt_manage_packages
|
### mgrote.apt_manage_packages
|
||||||
apt_packages_extra:
|
apt_packages_extra:
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
secret_key: "{{ minio_root_secret_key }}"
|
secret_key: "{{ minio_root_secret_key }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# bug:delegate to geht nciht
|
|
||||||
# linter
|
|
||||||
|
|
||||||
- name: include policy tasks
|
- name: include policy tasks
|
||||||
ansible.builtin.include_tasks: policy.yml
|
ansible.builtin.include_tasks: policy.yml
|
||||||
|
|
||||||
|
@ -34,3 +31,6 @@
|
||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
loop: "{{ minio_users }}"
|
loop: "{{ minio_users }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
|
# Bug: delegate_to: localhost
|
||||||
|
# in ansible-devspace wird das Python Paket "minio" nicht gefunden
|
||||||
|
|
Loading…
Reference in a new issue