diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-21 10:59:27 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-21 10:59:27 +0100 |
commit | a4bcb2caba43bf10700025f936d21717fa737977 (patch) | |
tree | 6e789e75c48308277947a6f13748de38ac4269da /ansible/group_vars | |
parent | 36183579aa48bd9207237ac69d666f0f222cfc1d (diff) | |
download | infra-a4bcb2caba43bf10700025f936d21717fa737977.tar.gz infra-a4bcb2caba43bf10700025f936d21717fa737977.tar.bz2 infra-a4bcb2caba43bf10700025f936d21717fa737977.tar.xz infra-a4bcb2caba43bf10700025f936d21717fa737977.zip |
o Adding minio.
Diffstat (limited to 'ansible/group_vars')
-rw-r--r-- | ansible/group_vars/all/minio.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/all/minio.yml b/ansible/group_vars/all/minio.yml new file mode 100644 index 0000000..4ea8e89 --- /dev/null +++ b/ansible/group_vars/all/minio.yml @@ -0,0 +1 @@ +minio_bin__mc_state: present |