This repository provides an add-on for DDEV to integrate Ansible into your DDEV projects.
In DDEV addons can be installed from the command line using the ddev add-on get
command (or ddev get
for versions of DDEV prior to v1.23.5), for example, ddev add-on get cambrico/ddev-ansible
.
Make sure you have DDEV v1.23.3+ installed
The following commands are available:
Command | Usage |
---|---|
ansible |
ddev ansible [options] |
ansible-community |
ddev ansible-community [options] |
ansible-config |
ddev ansible-config [options] |
ansible-connection |
ddev ansible-connection [options] |
ansible-console |
ddev ansible-console [options] |
ansible-doc |
ddev ansible-doc [options] |
ansible-galaxy |
ddev ansible-galaxy [options] |
ansible-inventory |
ddev ansible-inventory [options] |
ansible-playbook |
ddev ansible-playbook [options] |
ansible-pull |
ddev ansible-pull [options] |
ansible-test |
ddev ansible-test [options] |
ansible-vault |
ddev ansible-vault [options] |
Contributed and maintained by @cambrico