Reorganisation installation Docker

This commit is contained in:
2018-05-12 15:43:56 +02:00
parent e545761f1e
commit 185f56868b
6 changed files with 102 additions and 98 deletions

View File

@@ -0,0 +1,13 @@
{% if grains['kernel'] == 'Linux' %}
Docker Service running:
service.running:
- name: docker
- enable: True
Docker Group:
group.present:
- name: docker
- addusers:
- iwan
{% endif %}