mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
klal
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
ansible.builtin.include_role:
|
||||
name: proxy_repo
|
||||
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: mirror_repo
|
||||
when: use_local_repo == true
|
||||
|
||||
|
||||
- name: Disable SELinux
|
||||
ansible.posix.selinux:
|
||||
state: permissive
|
||||
@@ -78,6 +84,9 @@
|
||||
- docker-ce-cli
|
||||
state: absent
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
|
||||
- name: Install containerd
|
||||
dnf:
|
||||
name: containerd.io
|
||||
|
||||
@@ -3,4 +3,6 @@ aliases:
|
||||
ll: "ls -la"
|
||||
gs: "git status"
|
||||
k: "kubectl"
|
||||
gk: "git clone git@gitlab.sectorq.eu:jaydee/kubernetes.git"
|
||||
gk: "git clone git@gitlab.sectorq.eu:jaydee/kubernetes.git"
|
||||
|
||||
use_local_repo: true
|
||||
Reference in New Issue
Block a user