Skip to content

justereseau/ansible-docker-compose

Repository files navigation

Ansible Role: Docker Compose Molecule Test

This role deploy docker-composes services on an host.

Role Variables

See defaults/main.yml:

Requirements

  • Docker Compose and Docker installed. Tested with both installed with:
- name: Build and deploy Docker
  hosts: docker
  vars:
    pip_executable: pip3
    pip_install_packages:
      - docker-compose
      - docker
  roles:
    - geerlingguy.pip
    - geerlingguy.docker

License

WTFPL