Giter Site home page Giter Site logo

ball6847.role.docker-registry's Introduction

Ansible Role - ball6847.role.docker-registry

Setup docker registry via docker and docker-compose

Requirements

  • docker
  • docker-compose

Role Variables

docker_registry_path: /opt/docker/registry

Path to place docker-compose.yml file into.

docker_registry_volume: /var/lib/registry

Path on host to store registry data.

docker_registry_port: 5000

Port to run registry on.

docker_registry_config_file: files/config.yml

Path to config.yml of registry, this role comes with handy config.yml, if you need to configure these values yourself, make sure you override this variable and point it to your real config.yml file.

Please note that you should always prepend your value with {{ playbook_dir }} to make it completely ignore files in role.

docker_registry_compose_file: templates/docker-compose.yml.j2

Path to docker-compose.yml template file, to use your version of this file, please read instruction above (docker_registry_config_file) on how to this correctly.

Dependencies

none

Example Playbook

- name: Docker Registry
  hosts: all
  become: yes
  tags: [ registry ]
  roles:
    - { role: ball6847.role.docker-registry }

To override default template file.

- name: Docker Registry
  hosts: all
  become: yes
  tags: [ registry ]
  roles:
    - { role: ball6847.role.docker-registry, docker_registry_compose_file: "{{ playbook_dir }}/templates/docker-compose.yml.j2" }

License

BSD

Author Information

Porawit Poboonma

Credits

  • Registry - Docker image used by this role.

ball6847.role.docker-registry's People

Contributors

ball6847 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.