provider-ansible
provider-ansible copied to clipboard
More docs and examples.
After implementing remote hosts would be nice to have examples and docs how to work with it. Like simply example how to import inventory from github(if it possible) and run playbook from github also
is it possibly to get inventory from github/gitlab?
@IvanTurgenev1 we have an example here https://github.com/crossplane-contrib/provider-ansible/blob/main/examples/ansible/ansibleRun-remote-host.yml
actually we support tow modes:
-
inventory from kubernetes secrets/cm
-
run playbook from github: we do not yet support remote playbook ( PR IS WELCOME 😀 ) but we support remote roles