We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bfbb6 commit 120a376Copy full SHA for 120a376
1 file changed
ansible/generate-all-client-certs.yml
@@ -1,9 +1,7 @@
1
---
2
-- hosts: user-local
+- hosts: localhost
3
connection: local
4
tasks:
5
- - debug:
6
- var: groups
7
- name: generate client certs
8
shell:
9
cmd: "./roles/docker_client/scripts/genClientCert.sh {{ item }} {{ certs_root }}"
0 commit comments