mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-19 15:12:39 +02:00
feat: docker base role & opensearch
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- name: Debian | Add GPG Keys
|
||||
apt_key:
|
||||
url: "https://download.docker.com/linux/debian/gpg"
|
||||
|
||||
- name: Debian | Add Repo Source
|
||||
apt_repository:
|
||||
repo: "deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable"
|
||||
update_cache: yes
|
||||
|
||||
- name: Install docker-ce
|
||||
apt:
|
||||
name: docker-ce
|
||||
state: present
|
||||
Reference in New Issue
Block a user