-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
telegraf_plugins_extra is override when multiple call #30
Comments
@sinc59 did you take a look at http://docs.ansible.com/ansible/latest/intro_configuration.html#hash-behaviour ? |
Same issue. |
I think you could use
|
This was solved in 0.9.0. See #46. You will need to change your config to a hash instead of a list, and need hash_behaviour=merge in your ansible.cfg.
|
Closing issue as fix is applied in a PR. |
Hello,
i use this role with multiple groups (postgres_database, rabbitmq)
For this, i use groups_vars files to specify extra_plugins (group_vars/postgres_database, group_vars/rabbitmq)
These files contains:
If a server is one two roles (database and rabbitmq), the file /etc/telegraf/telegraf.d/extra-plugins.conf contain only the rabbitmq.
Do you know how i can aggregate this two have the postgresql and rabbitmq in this server ?
Best regards
The text was updated successfully, but these errors were encountered: