-
Notifications
You must be signed in to change notification settings - Fork 4
Fresh Install: Skips Debian Bookworm LXC on Proxmox #2
Description
So, I'm completely new to Ansible and BunkerWeb is my first attempt, but I've been managing servers for a while. That said, I could be missing something. However, in your documentation Debian Bookworm is listed as a supported platform. I created a fresh Debian LXC on my Proxmox server and have been able to perform Ansible playbooks.
However, when I downloaded the role with ansible-galaxy role install bunkerity.bunkerweb
and then tried to run the playbook, it skips over my server.
Here's the output:
PLAY [Install NGINX BunkerWeb] ************************************************************************************************
TASK [Gathering Facts] ********************************************************************************************************ok: [nginxserver01.mrvl.lan]
TASK [bunkerity.bunkerweb : Debian] *******************************************************************************************skipping: [nginxserver01.mrvl.lan]
TASK [bunkerity.bunkerweb : Ubuntu] *******************************************************************************************skipping: [nginxserver01.mrvl.lan]
TASK [bunkerity.bunkerweb : CentOS] *******************************************************************************************skipping: [nginxserver01.mrvl.lan]
TASK [bunkerity.bunkerweb : Fedora] *******************************************************************************************skipping: [nginxserver01.mrvl.lan]
TASK [bunkerity.bunkerweb : RedHat] *******************************************************************************************skipping: [nginxserver01.mrvl.lan]
PLAY RECAP ********************************************************************************************************************nginxserver01.mrvl.lan : ok=1 changed=0 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0
So, I took a look at the repo, and it seems that the issue may be this line, where I believe it's looking for Debian Bullseye and not Bookworm. Again, I could be totally wrong as I'm not completely familiar with Ansible.
If I can be of any assistance in getting this resolved please let me know. I actually don't know how to go about using this repo and installing NGINX Bunker via Ansible if I were to clone it, so I'm at a standstill for now.
I appreciate your hard work and I really look forward to using NGINX Bunker.
Thanks,
AJ