Can't get user_overrides.yml with custom_generate_menus to work on Docker
#1754
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So let me be clear, I am aware that I must be doing something wrong and I've been through a bunch of documentation to try and fix it. I'd like to ask the community cause maybe I'm unnecessarily overcomplicating things.
What I wanna achieve is:
netboot.xyzvia Docker (and Docker Compose)site_name,boot_domainandlive_endpointHow I tried to do it was:
customdirectory and auser_overrides.yml/buildoutHowever, when trying to do this, I get a container image that quits immediately without running what I am expecting it to:
Any idea where I went wrong?
My Ansible role is made up of:
defaults/main.yml:tasks/main.yml:templates/docker-compose.yml.j2:templates/user_overrides.yml.j2All reactions