Last active
December 16, 2015 22:12
-
-
Save avtar/5a9a8c5d289d4602e873 to your computer and use it in GitHub Desktop.
This file contains 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
--- | |
- hosts: localhost | |
user: root | |
vars_files: | |
- vars.yml | |
pre_tasks: | |
- include_vars: secrets.yml | |
ignore_errors: yes | |
tags: | |
- always | |
roles: | |
- facts | |
- secrets | |
- nodejs |
This file contains 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
- 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