A role for Ansible, that installs DDEV for launching local PHP development environments.
The only requirements needed for this role is ansible-role-docker from geerlingguy, which is built into this role.
- First clone this repository and add into your project directory.
- Include the role in your Ansible playbook.
Example use of a role, that will install the latest version of DDEV.
- hosts: all
roles:
- role: krudi.ddev
ddev:
install: true
Have you found a bug in this project or have a suggestion for a new feature? Create a new ticket for the bug or feature, which can be found on the GitHub page.