Access & Secret Key in KeePass

This commit is contained in:
Michael Grote 2020-12-15 15:20:44 +01:00
parent 3d070fe321
commit c55c8a3fad
2 changed files with 13 additions and 0 deletions

View file

@ -35,3 +35,16 @@
- rule: allow - rule: allow
to_port: 139 to_port: 139
comment: 'smb' comment: 'smb'
- rule: allow
to_port: 9000:9010
protocol: tcp
comment: 'minio'
### atosatto.minio
minio_user: minio
minio_group: minio
minio_server_addr: ":9000"
minio_server_datadirs:
- /shares/minio
minio_server_make_datadirs: true
minio_access_key: "{{ lookup('keepass', 'minio_access_key', 'password') }}"
minio_secret_key: "{{ lookup('keepass', 'minio_secret_key', 'password') }}"

Binary file not shown.