/ansible-role-ddev

A role for Ansible, that installs DDEV for launching local PHP development environments.

MIT LicenseMIT

ansible-role-ddev

A role for Ansible, that installs DDEV for launching local PHP development environments.

Requirements

The only requirements needed for this role is ansible-role-docker from geerlingguy, which is built into this role.

Quick start

  1. First clone this repository and add into your project directory.
  2. Include the role in your Ansible playbook.

Example playbook

Example use of a role, that will install the latest version of DDEV.

- hosts: all
  roles:
    - role: krudi.ddev
      ddev:
        install: true

Issue

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.