We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701d670 commit 7da1898Copy full SHA for 7da1898
.gitignore
@@ -0,0 +1 @@
1
+.vscode
Dockerfile
@@ -31,6 +31,7 @@ RUN set -x \
31
&& mv ct /usr/local/bin/
32
33
COPY ansible.cfg /etc/ansible/ansible.cfg
34
+COPY gai.conf /etc/gai.conf
35
36
ENTRYPOINT []
37
gai.conf
@@ -0,0 +1,3 @@
+# prefer IPv4 over IPv6 dns resolving
2
+# see man gai.conf
3
+precedence ::ffff:0:0/96 100
0 commit comments