Skip to content
Snippets Groups Projects
Select Git revision
  • e52642cc5a419e4c82c245a0bf43eeff1dba3206
  • main default protected
  • dev
  • v1.0.2
  • v1.0.1
  • v1.0.0
6 results

role-docker-installation

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    defaults
    handlers
    meta
    tasks
    README.md

    role-docker-installation

    Name

    Setting up a clear docker environment.

    Description

    An ansible role to install docker and docker-compose.

    Installation

    Either refer to the role via a requirements.yml, dependencies inside a meta.yml or via cloning the repository.

    requirements.yml - Example

    ---
    roles:
      - name: role-docker-installation
        src: https://25_read_ansible_roles:glpat-8VUewUo-ntrfr5RjPc5h@git.slub-dresden.de/slub-referat-2.5/ansible/role-docker-installation.git
        scm: git
    ansible-galaxy install -r requirements.yml

    Usage

    Provide valid variables and include role inside your playbook.

    For variables see defaults/main.yml.

    License

    For open source projects, say how it is licensed.