Hi All Has anyone had successful experience using Ansible with multi boot machines. My case we have clusters of 16 machines that have 3 Boots: *1. Ubuntu 16 *grub option 0 *2. Windows 10 Pro *grub option 1 *3. Windows server 2016 *grub option 2
The challenge is booting from Windows back to Windows. Grub does a great job handling any other boot sequence. So I usually let the machine reboot into grub option 0 (Ubuntu) and then from there I manually login via *csshx* (a simultaneous ssh tool) to set `sudo grub-reboot 1` to boot to Windows 10 Pro or `sudo grub-reboot 2` for Server 2016 I am hunting some clever Ansible logic to Boot from Windows back to Windows. This is a real pain point since we deploy and dev on the different boots everyday. Windows Patching is super janky - imagine my pain : ) Cheers Shane -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3697091b-e37c-49b9-b7ba-28e939d7d7d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
