sandwich
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 18:00:23 +01:00
5ea7ef3c70 fix(vim): use vimscript comment syntax for blockinfile markers in vimrc
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 17:58:33 +01:00
7cfbf4c662 fix(vim): use vimscript comment syntax for blockinfile markers in vimrc
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 17:32:01 +01:00
a1f223eb62 fix(sudo): use explicit string check instead of bool conditional for sudo field
4c9adb4ddc fix(connection): set ansible_port explicitly at every connection transition
019ad9734a fix(vmware): use primary ansible_* vars for vmware_tools connection plugin precedence
48ed7acb38 fix(vmware): use empty password for vmware_tools during live ISO bootstrap
93aa27c1fd fix(users): update cloud-init template and input validation for dict users
Compare 12 commits »
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 17:28:48 +01:00
88f2e172bd fix(sudo): use explicit string check instead of bool conditional for sudo field
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 16:52:32 +01:00
2dadda72d2 fix(connection): set ansible_port explicitly at every connection transition
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 16:18:11 +01:00
d11f62a1a0 fix(vmware): use primary ansible_* vars for vmware_tools connection plugin precedence
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 15:51:53 +01:00
340e82a4dd fix(vmware): use empty password for vmware_tools during live ISO bootstrap
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-20 15:24:33 +01:00
704ff21f0e fix(users): update cloud-init template and input validation for dict users
3e85a44d8e refactor(prompts): remove vars_prompt, require users defined in inventory
2d602646c8 fix(prompts): add default values to vars_prompt to skip in non-interactive mode
c0e672a32a refactor(users): change system.users from list to dict keyed by username
398f1b081d fix(configuration): make root password, user keys, and sudo all optional
Compare 8 commits »
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 12:28:09 +01:00
4336d864b3 refactor(virtualization): extract shared Xen disk definitions
62e50c19ff refactor: remove unnecessary changed_when from set_fact tasks
b7cf1b10a9 refactor(partitioning): remove redundant blockdev --rereadpt calls
fc2d924349 refactor(partitioning): remove unused register variables
67e3753ece chore: suppress args[module] false positives from variable-based module_defaults
Compare 8 commits »
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 09:42:08 +01:00
5b3076d9e1 refactor(configuration): split encryption.yml into crypttab, dracut, grub, and initramfs subtasks
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 09:19:38 +01:00
8dadcbfba2 refactor(configuration): split encryption.yml into crypttab, dracut, grub, and initramfs subtasks
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 09:18:31 +01:00
39b1d6dd8b refactor(configuration): split encryption.yml into crypttab, dracut, grub, and initramfs subtasks
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 07:44:15 +01:00
1f778a7aaa feat(bootstrap): add rescue block with VM cleanup on failure
54ffe5ff91 feat(environment): VMware network config, DNS resolvers, and SSH switchover
335534176f fix(global_defaults): populate flat network fields from interfaces in pre-computed path
79227b4391 feat(vmware): add VMware hypervisor support (node field, connection vars, validation)
Compare 4 commits »
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 07:18:25 +01:00
771b88a957 fix(bootstrap): use public: true on include_role for cross-role default scoping
3d57de9179 fix(environment): move SSH switchover into _configure_network.yml before prepare_installer
bc45732843 fix(bootstrap): move SSH switchover to main.yml between roles, guard become with default
b5253932dc fix(bootstrap): remove connection override from environment role to enable SSH switchover
53a7ecc206 fix(environment): create /etc/rpm directory before writing macros file
Compare 19 commits »
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 07:15:40 +01:00
c73fe22137 fix(bootstrap): use public: true on include_role for cross-role default scoping
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 06:28:56 +01:00
868cdea9b2 fix(environment): move SSH switchover into _configure_network.yml before prepare_installer
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 05:57:23 +01:00
0c9ccbf28a fix(bootstrap): move SSH switchover to main.yml between roles, guard become with default
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 05:50:52 +01:00
225f9967de fix(bootstrap): remove connection override from environment role to enable SSH switchover
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 05:38:18 +01:00
7376383324 fix(environment): create /etc/rpm directory before writing macros file
sandwich pushed to master at sandwich/Ansible-Bootstrap 2026-03-12 05:28:43 +01:00
39043b45ee fix(environment): bring interface up before IP assignment, switch to SSH after network config