General chat and support for Ansible-NAS. If you enjoy Ansible-NAS, a coffee would be appreciated! https://ko-fi.com/davestephens
so i had to modify my HA config file to specify the traefik ip for my external access to work with my reverse proxy as of the july HA release. To get this I went into http services and then home assistant and got the ip there that traefik uses. Thats the one i put in my config file:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.1.1
thanks @allthestairs that did the trick. I should have thought of that earlier. However, it appears there are missing datasets in my new pool even though I see all of the files there
TASK [Portainer Docker Container] *
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error removing container 0ec0a4054a8dcd44c8e93ee32ba5ed8a86f0bc0cf9605ea0138003240b617ac8: 500 Server Error: Internal Server Error (\"b'{\"message\":\"container 0ec0a4054a8dcd44c8e93ee32ba5ed8a86f0bc0cf9605ea0138003240b617ac8: driver \\\"zfs\\\" failed to remove root filesystem: exit status 1: \\\"/sbin/zfs fs destroy -r pool1/ce0be2ade0ab135fe5de3499905a265f2cb01ec8394d43fc622176ceff58464c\\\" => cannot open \'pool1/ce0be2ade0ab135fe5de3499905a265f2cb01ec8394d43fc622176ceff58464c\': dataset does not exist\\n\"}'\")"}
Hey yall, I'm running into this issue:
ERROR! the role 'geerlingguy.nfs' was not found in /Users/tycya/Desktop/ansible-nas/roles:/Users/tycya/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/Users/tycya/Desktop/ansible-nas
The playbook works fine until I switch to trying over ssh (I have ssh configured and can successfully ping the server). I notice that the paths it is checking for the role seems to be all on my local host.
Am I expected to have the roles download on my local host to be able to run the playbook over ssh?
I also noticed that others have a solved similar issues by downgrading to ubuntu 18 from 20 but didn't want to nuke until I have to.
Hi guys! I'm trying to install AnsibleNAS on VirtualBox on my Windows PC,but cant access to services through web. Steps i did:
1.Install Vbox with Ubuntu server
2.Followed all steps in installation
Cant access any webservices. Thanks for an answer.