Skip to content

Instantly share code, notes, and snippets.

@Hounddog
Last active September 21, 2016 12:29
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 Hounddog/fc6ea66bdb9270d561b07498f4f9e134 to your computer and use it in GitHub Desktop.
Save Hounddog/fc6ea66bdb9270d561b07498f4f9e134 to your computer and use it in GitHub Desktop.
[development]
10.160.143.3
[production]
10.160.143.3
---
-
hosts: development
roles:
- jenkins
---
-
hosts: production
roles:
- jenkins
martin@martin-VirtualBox:~/Work/ansible$ tree .
.
├── group_vars
│   ├── all
│   │   └── jenkins.yml
│   ├── development
│   │   └── paths.yml
│   └── production
│   └── paths.yml
├── hosts
├── jenkins-development.yml
├── jenkins-production.yml
├── jenkins.yml
├── roles
│   └── jenkins
│   ├── tasks
│   │   └── main.yml
│   └── templates
└── vault_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment