▲ | bravetraveler 2 days ago | |
You can monkey with the Python primitives, containerize the runtime env, or probably something more involved Would suggest the middle option: https://docs.ansible.com/ansible/latest/getting_started_ee/i... One can use the primitives, but eventually you'll find conflict or drift. Config management becomes something else. Not worth the hassle considering inconsistent usage/placement of the 'become' keyword, the '-b' argument, and such. EEs slot perfectly into AWX/AAP, the next logical step once you've grown tired of using the Ansible CLI. |