This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\nx:\n things: [1,2,3]\n"},{"filename":"file2.yml","contents":"---\nx:\n things:\n - (( replace ))\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.11.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"file1.yml","contents":"domains:\n- example.com\n- another-company.com\n- play.spruce.cf\nports:\n- 80\n- 443\n- 4443\n- 2222\n\n\nhost_port_combos: (( cartesian-product \"\\\"\" domains \":\" ports \"\\\"\" ))\n\n\n"},{"filename":"file2.yml","contents":"---\ndomains: (( prune ))\nports: (( prune ))\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.11.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"file1.yml","contents":"domains:\n- example.com\n- another-company.com\n- play.spruce.cf\nports:\n- 80\n- 443\n- 4443\n- 2222\n\n\nhost_port_combos: (( cartesian-product \"\\\"\" domains \":\" ports \"\\\"\" ))\n\n\n"},{"filename":"file2.yml","contents":"---\ndomains: (( prune ))\nports: (( prune ))\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.11.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"file1.yml","contents":"domains:\n- example.com\n- another-company.com\n- play.spruce.cf\nports:\n- 80\n- 443\n- 4443\n- 2222\n\n\nhost_port_combos: (( cartesian-product \"\\\"\" domains \":\" ports \"\\\"\" ))\n\n\n"},{"filename":"file2.yml","contents":"---\ndomains: (( prune ))\nports: (( prune ))\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"file1.yml","contents":"---\nips:\n- 1.2.3.4\n- 2.2.3.4\n\nport: 80\n\n# if we read from output, ips_with_port is a list instead of string\nips_with_port:\n (( cartesian-product \"\\\"\" ips \":\" port \"\\\"\" ))\n\n# join failed\njoin_ips_with_port:\n (( join \",\" ips_with_port ))\n\ntest_broker:\n (( concat \"test=[\" join_ips_with_port \"]\" ))\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |