remove selinux commands
This commit is contained in:
parent
708cffd759
commit
8bdcce8e1e
2 changed files with 0 additions and 25 deletions
|
@ -26,30 +26,6 @@
|
||||||
state: directory
|
state: directory
|
||||||
mode: "0755"
|
mode: "0755"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
# - name: Setup SELinux
|
|
||||||
# block:
|
|
||||||
# - name: Ensure Udica is installed
|
|
||||||
# ansible.builtin.package:
|
|
||||||
# name: udica
|
|
||||||
# state: present
|
|
||||||
# - name: Ensure container-selinux is installed
|
|
||||||
# ansible.builtin.package:
|
|
||||||
# name: container-selinux
|
|
||||||
# state: present
|
|
||||||
# - name: Copy baikal cil
|
|
||||||
# ansible.builtin.copy:
|
|
||||||
# src: ./templates/selinux/baikal.cil
|
|
||||||
# dest: /tmp/baikal.cil
|
|
||||||
# mode: "0644"
|
|
||||||
# - name: Load baikal CIL policy
|
|
||||||
# ansible.builtin.command:
|
|
||||||
# argv:
|
|
||||||
# - semodule
|
|
||||||
# - -i
|
|
||||||
# - /tmp/baikal.cil
|
|
||||||
# - /usr/share/udica/templates/base_container.cil
|
|
||||||
# - /usr/share/udica/templates/net_container.cil
|
|
||||||
# when: setup_selinux
|
|
||||||
- name: Setup Container
|
- name: Setup Container
|
||||||
block:
|
block:
|
||||||
- name: Ensure Podman is installed
|
- name: Ensure Podman is installed
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
setup_selinux: true
|
|
||||||
setup_firewall: true # exposes the firewall ports
|
setup_firewall: true # exposes the firewall ports
|
||||||
baikal:
|
baikal:
|
||||||
container_image: "docker.io/ckulka/baikal:nginx"
|
container_image: "docker.io/ckulka/baikal:nginx"
|
||||||
|
|
Loading…
Add table
Reference in a new issue