-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variables cleanup & README colors #12
Conversation
tasks/main.yml
Outdated
@@ -1,6 +1,6 @@ | |||
--- | |||
- name: include os-specific variables | |||
include_vars: "{{ ansible_os_family }}.yml" | |||
include_vars: "{{ ansible_os_family | lower }}.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just remove this task considering that now we don't depend anymore on any OS specific variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
The Minio server listen address. | ||
|
||
minio_server_datadirs: [ ] | ||
```yaml | ||
minio_server_datadirs: [ ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add also the minio_server_make_datadirs
variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Oh, I forgot, can you update the example playbook to match the new style. |
vars
but used only once or never to increase readability