Installs docker or a docker swarm cluster https://www.docker.com
Go to file
Andrea Dell'Amico 7a76113efc
Install the NFS client.
2024-03-20 17:52:09 +01:00
.vscode Support the installation of a specific version. 2023-05-26 19:59:26 +02:00
defaults Add the installation of cadvisor. 2023-05-29 13:38:35 +02:00
files prune system and not images 2023-09-26 19:58:51 +02:00
handlers Handler for cAdvisor 2023-05-29 14:17:31 +02:00
meta Support the installation of a specific version. 2023-05-26 19:59:26 +02:00
tasks Fix a indentation mistake. 2023-10-07 19:14:35 +02:00
templates Add the installation of cadvisor. 2023-05-29 13:38:35 +02:00
tests Initial commit 2020-08-06 16:45:47 +02:00
vars Install the NFS client. 2024-03-20 17:52:09 +01:00
.gitignore Initial commit 2020-08-06 16:45:47 +02:00
LICENSE Initial commit 2020-08-06 16:45:47 +02:00
README.md Add the installation of cadvisor. 2023-05-29 13:38:35 +02:00

README.md

Role Name

A role that installs and configures Docker and eventually prepares Docker Swarm, https://docker.com. The Docker Swarm nodes configuration is managed by a separate role. cAdvisor is also installed, as standalone package and not as container. The standalone package does not require a local Prometheus instance

Role Variables

The most important variables are listed below:

docker_swarm: False
docker_swarm_manager: False
docker_swarm_manager_availability: 'drain'
docker_swarm_node: False
docker_swarm_node_availability: 'active'
docker_swarm_allowed_hosts:
  - '0.0.0.0/0'

# Set this to one of the manager hostnames to be able to initialize the cluster
docker_swarm_manager_main_node_hostname: localhost
# Set this on one of the masters
docker_swarm_manager_main_node: False
docker_run_as_docker_user: True
docker_user_home: /home/docker
docker_defaults_file: /etc/default/docker
docker_enable_tcp_socket: False
docker_tcp_socket_port: 2375
docker_api_port: 2376
docker_tcp_socket_host: 127.0.0.1
docker_log_to_journal: True

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it