Skip to content
Extraits de code Groupes Projets
Docker Ansible collection

Docker Ansible collection

ID du projet : 145
avatar de l'utilisateur
Florent Poinsaut rédigé
c2e75f83
Historique

Docker Ansible collection

Table of Contents

  1. Description
  2. Usage
  3. Development
  4. Contributors

Description

Ansible collection that allows you to install and configure Docker on Debian.

Usage

    ansible-galaxy collection install soli.docker

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: soli.docker

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install soli.docker --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install soli.docker:==X.Y.Z

See Ansible Using collections for more details.

Development

Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.

Fork this repo on our GitLab.

Contributors

The list of contributors can be found at: https://usine.solution-libre.fr/ansible/docker/-/graphs/main.