1
0
Fork 0
ansible-collection-kit/roles/docker
Daniele Tricoli cac591455d
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Use a variable for the distribution release
2022-12-07 22:52:20 +01:00
..
defaults Use a variable for the distribution release 2022-12-07 22:52:20 +01:00
handlers Listen to iptables rules reload to restart docker 2021-01-10 01:14:35 +01:00
tasks Use a variable for the distribution release 2022-12-07 22:52:20 +01:00
README.md Add docker role 2021-01-04 19:18:08 +01:00

Docker

Install docker from docker.com repository.

Role Variables

  • docker_become - Default: true. Enable/disable the Ansible become functionality.
  • docker_become_user - Default: root. When using become functionality for privilege escalation, this is the user with desired privileges you become.

Example Playbook

- hosts: my-server
  roles:
    - eriol.kit.docker