Skip to content

Instantly share code, notes, and snippets.

@avtar
Last active December 16, 2015 22:12
Show Gist options
  • Save avtar/5a9a8c5d289d4602e873 to your computer and use it in GitHub Desktop.
Save avtar/5a9a8c5d289d4602e873 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
user: root
vars_files:
- vars.yml
pre_tasks:
- include_vars: secrets.yml
ignore_errors: yes
tags:
- always
roles:
- facts
- secrets
- nodejs
- src: https://github.com/idi-ops/ansible-facts
name: facts
- src: https://github.com/avtar/ansible-secrets
name: secrets
- src: https://github.com/avtar/ansible-nodejs
version: remotes/origin/secret-env-vars
name: nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment