Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/docker
Ansible role which installs Docker - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/docker
ansible-role docker
Last synced: 1 day ago
JSON representation
Ansible role which installs Docker - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/docker
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2022-01-31T14:51:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:22:44.000Z (4 months ago)
- Last Synced: 2024-07-16T19:20:06.334Z (4 months ago)
- Topics: ansible-role, docker
- Homepage: https://code.europa.eu/ecgalaxy/docker
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY docker role
====================This Ansible role installs Docker.
It is based on [ansible-role-docker](https://github.com/geerlingguy/ansible-role-docker) and supports Amazon Linux 2.
Requirements
------------None.
Role Variables
--------------See `defaults/main.yml`.
Dependencies
------------None.
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.dockerOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.docker
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
Upgrading & Uninstalling
------------------------This Ansible role uses the distribution's package manager to install packages.
In order to upgrade or uninstall a package, please refer to your distribution's package manager documentation.
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Original work
-------------Copyright Jeff Geerling.
See https://github.com/geerlingguy/ansible-role-docker
Author Information
------------------Original work: Jeff Geerling and contributors.
Modified work: ECGALAXY team.