dump
All checks were successful
Hello World / test (push) Successful in 12s

This commit is contained in:
plasmagoat 2025-07-05 11:12:20 +02:00
parent 4ed9ba0d24
commit a90630ecb6
98 changed files with 2063 additions and 729 deletions

View file

@ -3,37 +3,14 @@
become: true
pre_tasks:
- name: Remove enterprise repository
ansible.builtin.apt_repository:
update_cache: false
repo: deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
state: absent
- name: Remove enterprise pbs repository
ansible.builtin.apt_repository:
update_cache: false
repo: deb https://enterprise.proxmox.com/debian/pbs bookworm InRelease
state: absent
- name: Remove enterprise ceph repository
ansible.builtin.apt_repository:
update_cache: false
repo: deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
state: absent
- name: Add community repository
ansible.builtin.apt_repository:
update_cache: true
repo: deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
state: present
- import_tasks: ../tasks/proxmox-repos.yml
tasks:
- name: Ensure ethtool offload post-up is present for eno1
ansible.builtin.lineinfile:
path: /etc/network/interfaces
line: "\tpost-up ethtool -K eno2 tso off gso off"
insertafter: "^iface eno2 inet manual"
state: present
backup: yes
- import_tasks: ../tasks/network-interface-patch.yml
- import_tasks: ../tasks/packages.yml
- import_tasks: ../tasks/terraform-user.yml
- import_tasks: ../tasks/cloud-init-snippets.yml
# - import_tasks: ../tasks/locale.yml
# - import_tasks: ../tasks/keyboard.yml
# - import_tasks: ../tasks/users.yml