We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After tinet up. this feature creates files on docker containers with html/template.
html/template
--- nodes: - name: hoge image: hoge vars: bgp_on: "yes" out: "test text" templates: - dst: /etc/frr/daemons src: daemons.j2 - dst: /etc/out.txt content: | test "{{ .out }}" ...
The text was updated successfully, but these errors were encountered:
https://golang.org/pkg/text/template/
Sorry, something went wrong.
I hate myself to enable with this syntax... X(
postinit: cmds: - cmd: | cat <<EOF >/tmp/out1.txt line1 line2 EOF - cmd: docker cp /tmp/out1.txt R1:/out1.txt
No branches or pull requests
After tinet up. this feature creates files on docker containers with
html/template
.The text was updated successfully, but these errors were encountered: