Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 792 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 792 Bytes

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