-
Notifications
You must be signed in to change notification settings - Fork 398
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
How to pass firelensConfiguration to an ecs_taskdefinition? #1425
Comments
Files identified in the description:
If these files are inaccurate, please update the |
@threewordphrase Thank you for raising this. Unfortunately, this option doesn't seem to be document. However, it should work if you specify it as a suboption of containers, something like this:
Can you please try it and let us know? Would you be interested opening a pull request to update the module's documentation or add any patch wether necessary? |
@alinabuzachis I will try and report back |
Looks like it worked! I did not know that I could pass extra options through to ECS like that. Thank you for your help @alinabuzachis |
Update docs SUMMARY Update ecs_taskdefinition documentation with firelensConfiguration option (see also #1425) ISSUE TYPE Docs Pull Request COMPONENT NAME ecs_taskdefinition ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
[PR #1426/a67cb9ed backport][stable-5] Update docs This is a backport of PR #1426 as merged into main (a67cb9e). SUMMARY Update ecs_taskdefinition documentation with firelensConfiguration option (see also #1425) ISSUE TYPE Docs Pull Request COMPONENT NAME ecs_taskdefinition ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
…ent_auto_update_1 Automate update of collection variable using gha
Summary
I am trying to use the ecs_taskdefinition module to replicate a fluentd logging setup I currently have in production. I see where all of the options I need are, except I do not see how I can set
firelensConfiguration
on my fluentd sidecar container. Here is the JSON for my taskdefinition.How can I do this with the ansible module?
Issue Type
Documentation Report
Component Name
ecs_taskdefinition
Ansible Version
2.9
Collection Versions
No response
Configuration
No response
OS / Environment
debian
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: