feat: initial commit
This commit is contained in:
parent
13bdf84b4d
commit
eeaa21f120
18 changed files with 235 additions and 93 deletions
8
playbook.yaml
Normal file
8
playbook.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install and configure Docker"
|
||||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "docker"
|
||||
Loading…
Add table
Add a link
Reference in a new issue