Initial commit
This commit is contained in:
12
tasks/Install-Docker-Debian20.yml
Normal file
12
tasks/Install-Docker-Debian20.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install Docker and Docker Compose (and Pip)
|
||||
package:
|
||||
name: "{{ package_name }}"
|
||||
state: present
|
||||
loop:
|
||||
- docker
|
||||
- docker-compose
|
||||
- python3-pip
|
||||
loop_control:
|
||||
loop_var: package_name
|
||||
...
|
||||
Reference in New Issue
Block a user