Recopie initiale
This commit is contained in:
13
softwares/dockerCE-Common.sls
Normal file
13
softwares/dockerCE-Common.sls
Normal 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 %}
|
||||
Reference in New Issue
Block a user