update pour Fedora. Remove all packages
This commit is contained in:
@@ -1,10 +1,19 @@
|
|||||||
{% if grains['kernel'] == 'Linux' %}
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
{% if grains['os'] == 'Fedora' %}
|
{% if grains['os'] == 'Fedora' %}
|
||||||
|
Fedora Docker PreRequisites:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- dnf-plugins-core
|
||||||
|
|
||||||
|
Fedora Docker Add Repo:
|
||||||
|
cmd.run:
|
||||||
|
- name: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
|
||||||
|
|
||||||
Fedora Docker installation:
|
Fedora Docker installation:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- docker
|
- docker-ce
|
||||||
- docker-compose
|
# - docker-compose
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -4,4 +4,12 @@
|
|||||||
- pkgs:
|
- pkgs:
|
||||||
- docker
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
|
- docker-client
|
||||||
|
- docker-client-latest
|
||||||
|
- docker-latest
|
||||||
|
- docker-latest-logrotate
|
||||||
|
- docker-logrotate
|
||||||
|
- docker-selinux
|
||||||
|
- docker-engine
|
||||||
|
- docker-engine-selinux
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user