You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [Create volumes for monitoring containers] ********************************
[WARNING]: TASK: Create volumes for monitoring containers: The loop variable
'item' is already in use. You should set the loop_var value in the loop_control option for the task to something else to avoid variable
collisions and unexpected behavior.
changed: [192.168.1.12] => (item=prometheus-data)
changed: [192.168.1.12] => (item=grafana-data)
TASK [Check if traefik is working properly with authelia middleware] ***********
fatal: [192.168.1.12]: FAILED! => {"changed": false, "elapsed": 0, "msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno -5] No address associated with hostname>", "redirected": false, "status": -1, "url": "https://wg.domain.name"}
...ignoring
Attempting cloudflare Global API key, Origin CA key, custom API Token for Zone.DNS permissions.
Had to set timeouts for longer in main.yml to accommodate the server reboot. Subdomains are not responding after running and rerunning playbook.
Should also note that ansible-playbook main.yml -kK is necessary to run otherwise it errors out.
Willing to provide logs for further help.
Thanks!
The text was updated successfully, but these errors were encountered:
TASK [Create prometheus.yml file] **********************************************
changed: [192.168.1.12]
TASK [Create volumes for monitoring containers] ********************************
[WARNING]: TASK: Create volumes for monitoring containers: The loop variable
'item' is already in use. You should set the
loop_var
value in theloop_control
option for the task to something else to avoid variablecollisions and unexpected behavior.
changed: [192.168.1.12] => (item=prometheus-data)
changed: [192.168.1.12] => (item=grafana-data)
TASK [Create prometheus container] *********************************************
changed: [192.168.1.12]
also seeing
TASK [Check if traefik is working properly with authelia middleware] ***********
fatal: [192.168.1.12]: FAILED! => {"changed": false, "elapsed": 0, "msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno -5] No address associated with hostname>", "redirected": false, "status": -1, "url": "https://wg.domain.name"}
...ignoring
Attempting cloudflare Global API key, Origin CA key, custom API Token for Zone.DNS permissions.
Had to set timeouts for longer in main.yml to accommodate the server reboot. Subdomains are not responding after running and rerunning playbook.
Should also note that ansible-playbook main.yml -kK is necessary to run otherwise it errors out.
Willing to provide logs for further help.
Thanks!
The text was updated successfully, but these errors were encountered: