Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created October 23, 2018 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmsimard/7e8753b252de7cc9380c2b4d5ad2f6f9 to your computer and use it in GitHub Desktop.
Save dmsimard/7e8753b252de7cc9380c2b4d5ad2f6f9 to your computer and use it in GitHub Desktop.
- name: Play
hosts: server
tasks:
- name: Run something
environment:
GITHUB_SECRET: "{{ zuul_secret_variable }}"
command: kubectl apply something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment