Jeff Geerling

Results 1854 comments of Jeff Geerling

Opened new upstream issue: https://github.com/hashicorp/vagrant/issues/11716

More attempts: Created new `inventory` file with contents: ``` [default] 172.16.88.8 ansible_user=vagrant ansible_ssh_private_key_file=~/.ssh/insecure_private_key ``` Modified `Vagrantfile` and added to the `ansible` `config.vm.provision` configuration: ``` ansible.inventory_path = "inventory" ``` Copied insecure_private_key...

I randomly get the following error about every third playbook run from within WSL2: ``` TASK [Install Node.js and npm.] ************************************************ An exception occurred during task execution. To see the...

Also found this today: > The one big fly in the ointment is that there's currently no bridge mode available for your WSL2 VM's network interface. The way things work...

I've adjusted Appendix A to be more aware of the changes to the setup process in later versions of Windows 10, and also added a warning referencing this GitHub issue,...

@MrPOC - In the documentation ([latest version for `copy` module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html)), it states for the `src` parameter: > If path is a directory, it is copied recursively. In this case, if...

Ah true; I should probably be clear that fetch doesn't work quite the same as copy.

`firewalld` is a bit different—note that the default zone is not the same as the `database` one we set up (see https://www.redhat.com/sysadmin/firewalld-rules-and-scenarios) You should try `firewall-cmd --list-all --zone=database` to see...

Very strange! I guess something must've gotten stored but not committed/restarted in there :/