Try different location for python var in LXD
This commit is contained in:
parent
07e9cd6b6b
commit
feb54073ad
2
hosts
2
hosts
@ -1,2 +1,2 @@
|
||||
localhost ansible_connection=local ansible_python_interpreter=python3
|
||||
nginx ansible_connection=lxd ansible_python_interpreter=python3
|
||||
nginx ansible_connection=lxd
|
||||
|
||||
@ -23,3 +23,4 @@
|
||||
- nginxproxy
|
||||
vars:
|
||||
dominio: agofer.net
|
||||
ansible_python_interpreter: python3
|
||||
|
||||
@ -23,5 +23,3 @@
|
||||
uri:
|
||||
url: 'https://api.dreamhost.com/?key={{ apikey }}&cmd=dns-add_record&record={{ container }}.{{ dominio }}&type=CNAME&value=externo.{{ dominio }}.'
|
||||
|
||||
# shell:
|
||||
# cmd: curl "https://api.dreamhost.com/?key={{ apikey }}&cmd=dns-add_record&record={{ container }}.{{ dominio }}&type=CNAME&value=externo.{{ dominio }}."
|
||||
|
||||
Reference in New Issue
Block a user