feat: initial playbook
This commit is contained in:
parent
99bfb97ee7
commit
f8e1de4f0a
30 changed files with 1097 additions and 2 deletions
7
roles/docker-install/defaults/main.yml
Normal file
7
roles/docker-install/defaults/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Default variables for docker-install role
|
||||
docker_compose_version: "2.24.0"
|
||||
docker_compose_install_path: "/usr/local/bin/docker-compose"
|
||||
docker_users: []
|
||||
docker_daemon_config: {}
|
||||
docker_install_compose: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue