mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 02:48:33 +01:00
feat: docker base role & opensearch
This commit is contained in:
@@ -1,25 +1,9 @@
|
||||
- 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: Debian | Configure Sysctl
|
||||
sysctl:
|
||||
name: "net.ipv4.ip_forward"
|
||||
value: "1"
|
||||
state: present
|
||||
|
||||
- name: Install Docker prerequisites
|
||||
apt:
|
||||
state: present
|
||||
pkg:
|
||||
- docker-ce
|
||||
- gpg
|
||||
|
||||
- name: Fix CRI Plugin containerd config
|
||||
copy:
|
||||
src: containerd.toml
|
||||
|
||||
Reference in New Issue
Block a user