Ansible Support
#4882
Replies: 2 comments 1 reply
-
|
I will not add this. Integration with configuration management systems like Ansible can be done with scripts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Note that if Ansible can read its playbooks from stdin then you can avoid the hash calculation with a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is your take on adding support for ansible playbooks as targets for the scripting feature.
This is my current way of dealing with this:
cat
run_onchange_after_d_bootstrap.sh.tmplThis requires a lot of boilerplate.
For every new playbook i have to append the hashing comment and add it to to my main playbook
bootstrap.ymlWith an LLM I created a quick PoC and will slowly migrate my setup with 20 playbooks for testing.
I could not find anything in the discussions and closed PRs.
Beta Was this translation helpful? Give feedback.
All reactions