damko

Results 44 comments of damko

It's definitely not as complex as it might seem. Basically, in this scenario, Streisand acts as gateway for a mesh network made of N nodes. Each node can provide services...

yeah I already did. Same result. It just finished to execute this command though: debops --tags="role::owncloud" -l machine It finished successfully but at a first glance there isn't everything (no...

I'm looking at this portion of the [playbook](https://github.com/debops/ansible-nginx/blob/master/tasks/nginx_servers.yml) - name: Get first server that listens on http port for default_server roulette set_fact: nginx_register_default_server_http: '{{ item.name if item.name is string else...

Nothing, same issue even after running the entire playbook I tried putting in my nginx.yaml nginx_welcome_domain: 'domain.com' which should populate `nginx__default_servers` but it doesn't help. This is weird because nginx__default_servers:...

> You might also need to remove the /etc/ansible/facts.d/nginx.fact that's a valuable piece of information. Yes I am proceeding step by step in order to understand where is the issue....

I ran it with debops service/owncloud -l dctl --skip-tags role::ferm,role::mariadb,role::owncloud after removing my .yaml file from inventory and after removing .fact Exactly the same behavior. I'm going to run it...

which gives (.fact was removed) TASK [debops.nginx : Create global webroot directories if allowed] ************************** fatal: [dctl]: FAILED! => { "msg": "The task includes an option with an undefined variable....

Thank you SO much for this explanation! No I see the root of the mistake. Most likely one of the variables in my owncloud.yaml should also be a dictionary but...

I'm reporting this in case someone else needs it. I've got the installation done via debops without errors. Nextcloud still doesn't work (some more tuning is required) but this is...

thank you a lot for the awesome reply and, wow, the `debops.resources` you've mentioned is a true revelation for me! Is this module even mentioned in the "get started" and...