drone-ansible
drone-ansible copied to clipboard
Drone plugin to provision via Ansible
py3-netaddr missing in plugin? i'm having trouble to use a dynamic inventory. The community.general.proxmox inventory would not parse the ip addresses from my proxmox host when i'm trying to use...
AFAIK its hardcoded in https://github.com/drone-plugins/drone-ansible/blob/99b3e01f9b0beefed1ebedbf3b9bd63ca46154a6/plugin.go#L17 My plan was to add some improvements to speed up my ansible: https://www.redhat.com/sysadmin/faster-ansible-playbook-execution Best idea would be specifying an ansible.cfg path in drone.yml and use...
Some time ago we moved from `ansible` to `ansible-core` (https://github.com/drone-plugins/drone-ansible/commit/6610bf7e77cfaf30e334ad8ff6ca89b018e3e35e) and no longer include the [Community General Collection](https://galaxy.ansible.com/community/general). ``` latest: Pulling from dockerhub/plugins/ansible Digest: sha256:a8346771a68afe741786fce1801443cbf17cac98256b97118a347e52d2db5d8c Status: Image is up to...
CI can't connect to the target machine directly, how can I deploy it to target machine use a jump server/bastion, or socks proxy server(or something else)?
Would it be possible to install `ansible-lint` into the image?
Hi. First I look in: https://discourse.drone.io/search?q=synchronize My ansible task are: ``` - name: Sync bot files ansible.posix.synchronize: src: "{{code_source}}/{{item}}" dest: "{{code_dest}}" loop: - "bot" - "config" - "data" - "hooks"...
Plugin fails to `git clone` roles in requirements.yaml if those roles are not publicly accessible. Plugin supports private-key parameter which creates /tmp/privateKey* file containing private key for SSH auth, however...
Unable to use a docker connection for the Ansible Plugin. https://discourse.drone.io/t/ansible-plugin-docker-connection-to-service-container/7528