remove docker state

This commit is contained in:
Elouin 2024-06-21 12:50:27 +02:00
parent ee49bfe926
commit ca39f2d2a1
2 changed files with 0 additions and 29 deletions

View file

@ -1,26 +0,0 @@
{% set docker = {
'Debian':
{'pkg': 'docker.io'},
'Suse':
{'pkg': 'docker'},
'RedHat':
{'pkg': 'docker'}
} %}
docker installed:
pkg.installed:
- name: {{ docker.pkg }}
python pip installed:
pkg.installed:
- name: python3-pip
python docker installed:
pip.installed:
- name: docker-py
- require:
- pkg: python pip installed
docker service running:
service.running:
- name: docker

View file

@ -1,6 +1,3 @@
include:
- mumble.docker
Ensure git is installed:
pkg.installed:
- name: git