Daniel Brennand

Results 54 comments of Daniel Brennand

Hey folks, I'm also experiencing the same problems I believe. The `requirements.yml` file located in `ansible/` in my [repo](https://github.com/dbrennand/home-ops/actions/runs/9879441197/job/27285680141) is not being installed by the action prior to `ansible-lint` running....

Hey folks, I've been looking into this as I noticed when using the GitHub action, `ansible-lint` was [showing errors](https://github.com/dbrennand/home-ops/actions/runs/9879441197/job/27285680141) due to the roles and collections defined in my `requirements.yml` file...

Hi @TheRealHaoLiu @paytroff I've been experiencing issues related to permissions on /var/lib/awx/projects. This is on a fresh deployment of AWX. However, in my testing, only the awx-web pod is affected....

https://forum.ansible.com/t/awx-web-permissionerror-errno-13-permission-denied-var-lib-awx-projects/7074

> @stuntguy3000 Thanks for updating, so, am I correct in saying that you are facing the issue of not being able to create a project directory in `/var/lib/awx/projects` in `web`...

Hi @bconn98 If your control node has connectivity to the Nexus mirror, you could have a `pre_tasks` section in your playbook to download the k3s binary to the `{{ playbook_dir...

Implemented logic for this (untested) in https://github.com/dbrennand/ansible-role-k3s/commit/56db9e894eeeee5182b350150e10a85e3a5179c0. Usage: ```yaml k3s_airgap: true k3s_binary_url: https://nexus.company.com/path/to/k3s k3s_hash_url: https://nexus.company.com/path/to/checksum.txt ```

Please could this issue be re-labeled from bug to the correct label. This isn't a bug in the provider itself.

Hey @edif2008 that's great news! 🥳 thanks for the update!

@grouville - Hey, I experienced this issue and managed to fix it. I have a working version in my [fork](https://github.com/dbrennand/arm-base-boxes/tree/develop). The fix was to add the following in the Vagrantfile:...