Déplacement

This commit is contained in:
CLEMENT Iwan
2018-11-11 20:32:55 +01:00
parent 80dcc15ea9
commit 64cb3c7e3b
8 changed files with 0 additions and 0 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 %}