added some defaults, empty task files

This commit is contained in:
Bertrand Lanson 2023-04-04 22:02:28 +02:00
parent ca5effc792
commit b9fc61e4de
4 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,9 @@
---
# defaults file for install_docker
install_docker_edition: ce # can be ce or ee (community or enterprise)
install_docker_compose: false
install_docker_version: latest
install_docker_compose_version: latest
install_docker_start_service: true
install_docker_python_packages: true
install_docker_users: []

2
vars/configure.yml Normal file
View File

@ -0,0 +1,2 @@
---
# task/configure file for install_docker

2
vars/install.yml Normal file
View File

@ -0,0 +1,2 @@
---
# task/install file for install_docker

2
vars/prerequisites.yml Normal file
View File

@ -0,0 +1,2 @@
---
# task/prerequisites file for install_docker