*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 57bd9d1b authored by entlein's avatar entlein
Browse files

why???

parent 3aae0b7e
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -19,12 +19,13 @@
- include_tasks: kubeconfig.yml
when: state != 'absent' and 'master' in group_names
#- include_tasks: rotate_encryption.yml
# when: state != 'absent' and 'control-plane' in group_names and (rotate != 'absent')
- include_tasks: fix_selinux.yml
when: state != 'absent' and 'control-plane' in group_names
- name: uninstall rke2
command: rke2-uninstall.sh
when: rke2_installed.stat.exists and state == 'absent'
#- include_tasks: rotate_encryption.yml
# when: state != 'absent' and 'control-plane' in group_names and (rotate != 'absent')
......@@ -70,17 +70,6 @@
selinux:
policy: targeted
state: permissive
#state: enforcing
#Download the mozilla root CA into the right directory, and update the trust chain
#- name: Download root CA
# get_url:
# url: https://curl.se/ca/cacert.pem
# dest: /etc/ssl/certs
#- name: Update CA trust
# shell: update-ca-trust
- name: Ensure /var/lib/rancher/rke2/server/manifests
......@@ -94,17 +83,3 @@
path: /etc/rancher/rke2
state: directory
recurse: yes
#- name: upgrade packages
# apt:
# name: "*"
# state: latest
# register: update_packages
# when: dist_upgrade
#- name: reboot vm
# throttle: 1
# reboot:
# reboot_timeout: 300
# post_reboot_delay: 60
# when: update_packages.changed
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment