General chat and support for Ansible-NAS. If you enjoy Ansible-NAS, a coffee would be appreciated! https://ko-fi.com/davestephens
nas.yml
's docker_home
variable value? Or I should add some mounting setup or anything else? Appreciate any help <3
Is ubuntu 20 supported? I keep getting this error when I get to the last step in installation:
ERROR! the role 'bertvv.samba' was not found in /ansible-nas/roles:/home/micah/.a nsible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/ansible-nas
The error appears to be in '/ansible-nas/nas.yml': line 9, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
roles:
- role: bertvv.samba
^ here
Should I just install ubuntu 18 and start over?
Could someone explain the folder philosophy to me?
I understand that couch potato puts torrent files into watch which then should be picked up by transmission and downloaded. After which the downloads will go into downloads. What would then be the best way to get them from downloads into movies other than manually copying?
TASK [bertvv.samba : Start Samba service(s)] ***********************************
failed: [Ubuntu-Machine] (item=smbd) => {"ansible_loop_var": "item", "changed": false, "item": "smbd", "msg": "Service is in unknown state", "status": {}}
failed: [Ubuntu-Machine] (item=nmbd) => {"ansible_loop_var": "item", "changed": false, "item": "nmbd", "msg": "Service is in unknown state", "status": {}}
I keep getting this error. I don't understand where/if I need to change my hostname in the inventory
file
[all]
## Example when running from a remote workstation
# ansible-nas ansible_host=192.168.1.30
## Example when running directly on your Ansible-NAS server
Ubuntu-Machine ansible_connection=local ansible_host=localhost
#[nas]
Ubuntu-Machine
I'm running ansible nas on Ubuntu Desktop 20.04... Should I leave ansible-nas
as hostname?
Contents of /my-ansible-nas/group_vars/nas.yml
# Example options
ansible_nas_hostname: Ubuntu-Machine
ansible_nas_timezone: Europe/Brussels
## Enable some applications
heimdall_enabled: true
portainer_enabled: true
BECOME
password every time. I just enter something random?
./+o+- aidan@Yamato
yyyyy- -yyyyyy+ OS: Ubuntu 20.10 groovy
://+//////-yyyyyyo Kernel: x86_64 Linux 5.8.0-36-generic
.++ .:/++++++/-.+sss/` Uptime: 4d 16h 1m
.:++o: /++++++++/:--:/- Packages: 2603
o:+o+:++.`..```.-/oo+++++/ Shell: bash 5.0.17
.:+o:+o/. `+sssoo+/ Disk: 948G / 9.3T (11%)
.++/+:+oo+o:` /sssooo. CPU: Intel Core i7-2600 @ 8x 3.8GHz [33.0°C]
/+++//+:`oo+o /::--:. RAM: 2561MiB / 7836MiB
\+/+o+++`o++o ++////.
.++.o+++oo+:` /dddhhh.
.+.o+oo:. `oddhhhh+
\+.++o+o``-````.:ohdhhhhh+
`:o+++ `ohhhhhhhhyo++os:
.o:`.syhhhhhhh/.oo++o`
/osyyyyyyo++ooo+++/
````` +oo+++o\:
`oo++.
@UndarkAido Here's from /proc/cpuinfo:
Intel(R) Pentium(R) CPU G3450 @ 3.40GHz - it's a dual core. Has 120GB SSD main drive and 8GB memory. It's running plex, a general file server, then also the docker setup with portainer and watchtower on that. It gets plenty of use with ssh and rsync, but I think that plex is the only thing that takes up much of the cpu, and only when it's processing new files. For a while I had a couple of minecraft servers on it for the kids, and it did great until the worlds got too big and they would also have their friends log in and play with them. Started to slow down too much, so I finally moved that off of the machine. So your machine should be fine with it, since it's so much more powerful.
I suggest just installing docker and portainer, and then using the GUI on portainer to set up the server. Ansible worked great for the initial setup, but I still had to set a bunch of stuff by hand. I haven't run the ansible script since the first little bit when I was getting it setup as I wanted.