first commit
This commit is contained in:
8
playbooks/docker.yml
Normal file
8
playbooks/docker.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install Docker and Docker Compose
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- docker
|
||||
Reference in New Issue
Block a user