mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-02-13 12:59:23 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
12
roles/docker/tasks/install.yml
Normal file
12
roles/docker/tasks/install.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Add Docker repository
|
||||
apt_repository:
|
||||
repo: deb {{ install_url }}
|
||||
state: present
|
||||
when: distro_supported
|
||||
|
||||
- name: Install Docker
|
||||
apt:
|
||||
name: "{{ docker_package }}"
|
||||
state: present
|
||||
when: distro_supported
|
||||
Reference in New Issue
Block a user