mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
klal
This commit is contained in:
@@ -82,6 +82,9 @@
|
||||
dnf:
|
||||
name: containerd.io
|
||||
state: present
|
||||
repeat: 3
|
||||
delay: 10
|
||||
until: containerd is installed
|
||||
|
||||
- name: Configure containerd
|
||||
shell: |
|
||||
@@ -262,7 +265,7 @@
|
||||
create: yes
|
||||
loop: "{{ aliases | dict2items }}"
|
||||
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||
|
||||
|
||||
- name: Allow TCP 10250 from 192.168.77.0/24
|
||||
firewalld:
|
||||
source: 192.168.77.0/24
|
||||
|
||||
Reference in New Issue
Block a user