feat(environment): VMware network config, DNS resolvers, and SSH switchover

This commit is contained in:
2026-03-12 07:43:46 +01:00
parent 335534176f
commit 54ffe5ff91
3 changed files with 47 additions and 3 deletions

View File

@@ -79,6 +79,13 @@
# bootstrapping RHEL-family distros from the Arch ISO, where the
# host rpm/dnf does not trust target distro GPG keys. Package
# integrity is verified by the target system's own rpm after reboot.
- name: Create RPM macros directory
when: is_rhel | bool
ansible.builtin.file:
path: /etc/rpm
state: directory
mode: "0755"
- name: Relax RPM Sequoia signature policy for RHEL bootstrap
when: is_rhel | bool
ansible.builtin.copy: