init commit

This commit is contained in:
Vassiliy Yegorov
2020-07-08 16:03:52 +07:00
commit edaa556a5e
30 changed files with 633 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: 'docker-apt-get-update'
become: true
apt:
update_cache: true
- name: 'docker-restart-service'
become: true
service:
name: 'docker'
state: 'restarted'
enabled: 'yes'