General chat and support for Ansible-NAS. If you enjoy Ansible-NAS, a coffee would be appreciated! https://ko-fi.com/davestephens
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.
I have followed all installation steps on clean ubuntu server, than run "ansible-playbook -i inventories/my-ansible-nas/inventory nas.yml -b -K" and get error:
TASK [ansible-nas-docker : Add user account to Docker group] **
fatal: [ansible-nas]: FAILED! => {"changed": false, "msg": "Group docker does not exist"}
It seems that i should install manually?
I created a group docker and add my user, than sudo apt install docker.io
Only after that system works. Why didnt it mentioned in installation docs? Sorry question maybe stupid, because i am not so qualified(
One more question about Samba: i did samba setup as demo file, but i cant see samba that shared folders in my local network from Windows PC.What should i do? Thanks!
Shares you want published over Samba.
samba_shares:
[certificatesResolvers.letsencrypt.acme.dnsChallenge]
provider = "cloudflare"
resolvers = "1.1.1.1:53, 1.0.0.1:53"