ypsman.docker
Ansible Docker
================
This role installs Docker on your Debian or Ubuntu server.
Steps:
- Import the GPG key for the repository.
Optional Features:
- Add a user to the Docker group.
- Specify a specific version of Docker to install and use apt pinning for it.
Example Playbook:
- hosts: all
roles:
- role: ypsman.docker
docker_version: "1.12.1" # This line is optional
docker_user: LinuxUser # Replace with your username
Informazioni sul progetto
Setup Docker repository (with pinned version)and installs Docker
Installa
ansible-galaxy install ypsman.docker
Licenza
Unknown
Download
1.6k
Proprietario