feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
6
tasks/docker.yml
Normal file
6
tasks/docker.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Configure docker
|
||||
ansible.builtin.copy:
|
||||
src: "daemon.json"
|
||||
dest: "/etc/docker/daemon.json"
|
||||
mode: '0644'
|
||||
Loading…
Add table
Add a link
Reference in a new issue