Skip to content

Instantly share code, notes, and snippets.

@calebwashburn
Created March 13, 2018 18:37
Show Gist options
  • Save calebwashburn/5b49bde2ac61271abe443258d2fa3b81 to your computer and use it in GitHub Desktop.
Save calebwashburn/5b49bde2ac61271abe443258d2fa3b81 to your computer and use it in GitHub Desktop.
sample ops file to add variables
---
- type: replace
path: /variables?/-
value:
name: postgres_password
type: password
- type: replace
path: /variables?/-
value:
name: token_signing_key
type: rsa
- type: replace
path: /variables?/-
value:
name: tsa_host_key
type: ssh
- type: replace
path: /variables?/-
value:
name: worker_key
type: ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment