Add role for adding docker nodes to swarm

This commit is contained in:
2021-11-10 21:59:04 -05:00
parent 8c69b7af95
commit a0be654b92
8 changed files with 217 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
{
"dns": [
{% for dns_server in _docker_daemon_dns %}
"{{ dns_server }}"{{ ',' if not loop.last else '' }}
{% endfor %}
]
}