-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory file #2
Comments
Hi there, it's been a few years since I interacted with this code, but I just dipped in to the repo. I used the word "fridges" in ansible/deploy.yml, so I think this will work for your Ansible inventory local to the project directory: inventory.yml ---
fridges:
hosts:
myfridge: For that file to work, you will need an SSH config set up such that |
Thanks johnelliott I have managed to run ansible, making some modification to the vars file, so that it finds the armversion params, but I have not been able to compile it. I am trying to compile without using ansible with the command but I get errors: github.com/johnelliott/alpicoold/cmd/alpicooldtype.noalg.struct { F uintptr; golang.org/x/text/internal/language/compact.cci golang.org/x/text/internal/language.CompactCoreInfo }: dwarf: definition of unknown kind 0 |
...
My workflow was to build this on my laptop and load the built binary onto my raspberry pi. Are you trying to do that or build the program on the same device you are running it on? |
I`m trying build program on the same device (Raspberry pi). But tomorrow, i will try to compile on my debian laptop. |
I think I have managed to compile the application. but I see some warnings. github.com/johnelliott/alpicoold/cmd/alpicoold github.com/johnelliott/alpicoold/cmd/alpicoold/usr/lib/gcc-cross/arm-linux-gnueabihf/11/../../../../arm-linux-gnueabihf/bin/ld: /tmp/go-link-567458253/000008.o: en la función root@430-G1:~/alpicoold/cmd/alpicoold# ls -ltr Another question has arisen, in the code I see several fields that I understand should be changed. alpicoold/bluetooth.go: serviceUUID = "00001234-0000-1000-8000-00805f9b34fb" Anything else I need to change? before compiling again. Thank you so much. |
The easiest thing may be to log into the pi, then go to the alpicoold directory and do a As for changing settings, you can use an env file and don't need to set any app config before building. |
Thank you so much. I also don't know how I can get the uuids and if I have to configure them somewhere. root@raspberrypi:/alpicoold/cmd# ls |
Hello
I am trying to install from Ansible but I don't know what the inventory structure should be like, could you give an example.
Thank you so much.
The text was updated successfully, but these errors were encountered: