https://github.com/grycap/ansible-role-docker-registry
Install the docker registry and creates the certificates
https://github.com/grycap/ansible-role-docker-registry
Last synced: 5 months ago
JSON representation
Install the docker registry and creates the certificates
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-docker-registry
- Owner: grycap
- License: apache-2.0
- Created: 2017-07-19T11:48:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T12:36:57.000Z (over 7 years ago)
- Last Synced: 2025-05-22T12:31:43.663Z (about 1 year ago)
- Size: 26.4 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
Docker registry Role
===================
Install the docker registry and creates the certificates required(recipe for EC3)
Role Variables
--------------
These are the variables that can be passed to this role:
docker_type_of_node: "front"
country: "ES"
region: "Valencia"
city: "Valencia"
organization: "UPV"
ounit: "I3M"
front_hostname: ""
Example Playbook
----------------
```
- hosts: server
roles:
- { role: 'grycap.docker-registry' }
```
```
- hosts: client
roles:
- { role: 'grycap.docker-registry', front_hostname: 'servername', docker_type_of_node: 'wn' }
```
Contributing to the role
========================
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks