mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
klal
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: proxy_repo
|
name: proxy_repo
|
||||||
|
|
||||||
|
- name: Include role
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: mirror_repo
|
||||||
|
when: use_local_repo == true
|
||||||
|
|
||||||
|
|
||||||
- name: Disable SELinux
|
- name: Disable SELinux
|
||||||
ansible.posix.selinux:
|
ansible.posix.selinux:
|
||||||
state: permissive
|
state: permissive
|
||||||
@@ -78,6 +84,9 @@
|
|||||||
- docker-ce-cli
|
- docker-ce-cli
|
||||||
state: absent
|
state: absent
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Install containerd
|
- name: Install containerd
|
||||||
dnf:
|
dnf:
|
||||||
name: containerd.io
|
name: containerd.io
|
||||||
|
|||||||
@@ -3,4 +3,6 @@ aliases:
|
|||||||
ll: "ls -la"
|
ll: "ls -la"
|
||||||
gs: "git status"
|
gs: "git status"
|
||||||
k: "kubectl"
|
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
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# vars file for mirror_repo
|
# vars file for mirror_repo
|
||||||
|
|
||||||
|
use_local_repo: true
|
||||||
Reference in New Issue
Block a user