provider-ansible icon indicating copy to clipboard operation
provider-ansible copied to clipboard

More docs and examples.

Open IvanTurgenev1 opened this issue 2 years ago • 2 comments

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

IvanTurgenev1 avatar Nov 30 '22 11:11 IvanTurgenev1

is it possibly to get inventory from github/gitlab?

IvanTurgenev1 avatar Nov 30 '22 14:11 IvanTurgenev1

@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:

  • inline inventory

  • inventory from kubernetes secrets/cm

  • run playbook from github: we do not yet support remote playbook ( PR IS WELCOME 😀 ) but we support remote roles

fahedouch avatar Nov 30 '22 14:11 fahedouch