Skip to content
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

Merged
merged 4 commits into from
Jun 25, 2018

Conversation

paulfantom
Copy link
Collaborator

  • a little bit cleaner readme (now with colors!)
  • removed variables which are defined in vars but used only once or never to increase readability
  • rename (now empty) files with variables related to specific OS family. Use lowercase naming.

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"
Copy link
Owner

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.

Copy link
Collaborator Author

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: [ ]
Copy link
Owner

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

@SuperQ SuperQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SuperQ
Copy link
Collaborator

SuperQ commented Jun 25, 2018

Oh, I forgot, can you update the example playbook to match the new style.

@paulfantom paulfantom merged commit 78956bf into atosatto:master Jun 25, 2018
@paulfantom paulfantom deleted the more_cleanup branch June 25, 2018 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants