Maciej Delmanowski

Results 397 comments of Maciej Delmanowski

That might be an issue with Ansible Controller and remote hosts use different set of DNS nameservers, potentially seeing different set of hosts. How likely it is? I'm not sure.

The template you linked to is interesting, especially that Ansible provides these facts as built-in, so they are always available during Ansible execution. However, instead of templating the whole file,...

I suspect that we are now talking about slightly different things: - I think that you are talking about adding SSH fingerprints of hosts from a list, that could be...

Definitely! `debops.logrotate` is designed to being used as a role dependency, evident by `logrotate__dependent_config` variable. It's just that the role is new, and no other role has configuration for it...

I suppose we could... You mean the logs in `/var/log/nginx/`, right?

The explanation on their site is totally unreadable. Did you recreate the `nginx` configuration they are suggesting already? Can you paste it here so we can see what's needed?

Since I assume that you are writing a role for `phoenix` (because you are, right?) then the relvant dependent variables for `debops.nginx` would be: ```yaml phoenix__fqdn: 'phoenix.{{ ansible_domain }}' phoenix__nginx__dependent_upstreams:...

@niccolox Great. I've added the `proxy_redirect off` parameter, since Phoenix guide has it included.

Is the DNS correctly configured? Remember that the zone propagation might take some time. Check from multiple locations if your websites can be correctly resolved.

Hi, sorry for a late reply. It seems that Ansible Galaxy [has issues with DebOps roles](https://github.com/debops/ansible-pki/issues/127), my advice for now is to switch to the [DebOps monorepo](https://github.com/debops/debops/), install it directly,...