Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created February 21, 2019 19:48
Show Gist options
  • Save evrardjp/22401abf39a9a901a38ee1ee96111db0 to your computer and use it in GitHub Desktop.
Save evrardjp/22401abf39a9a901a38ee1ee96111db0 to your computer and use it in GitHub Desktop.
config template example
set_fact:
foo_contents: "{{ lookup('template','foo.yaml') }}" # or , if non local, slurp the file and b64decode first
# use config template
config_template:
src: 'bar.yaml'
dest: 'bar.yaml'
config_overrides: "{{ foo_contents }}"
config_type: yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment