Skip to content

Instantly share code, notes, and snippets.

@iflowfor8hours
Created February 19, 2014 11:58
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 iflowfor8hours/9090574 to your computer and use it in GitHub Desktop.
Save iflowfor8hours/9090574 to your computer and use it in GitHub Desktop.
|-- ansible_hosts
|-- group_vars
| `-- all.yml
|-- README.md
|-- requirements.txt
|-- roles
| |-- bennojoy.mysql
| | |-- defaults
| | | `-- main.yml
| | |-- handlers
| | | `-- main.yml
| | |-- meta
| | | `-- main.yml
| | |-- README.md
| | |-- tasks
| | | `-- main.yml
| | |-- templates
| | | |-- my.cnf.Debian.j2
| | | `-- my.cnf.RedHat.j2
| | `-- vars
| | |-- Debian.yml
| | |-- main.yml
| | `-- RedHat.yml
| |-- bennojoy.redis
| | |-- defaults
| | | `-- main.yml
| | |-- files
| | | `-- epel.repo
| | |-- handlers
| | | `-- main.yml
| | |-- meta
| | | `-- main.yml
| | |-- README.md
| | |-- tasks
| | | `-- main.yml
| | |-- templates
| | | `-- redis.conf.j2
| | `-- vars
| | |-- Debian.yml
| | |-- main.yml
| | `-- RedHat.yml
| |-- common
| | |-- README.md
| | `-- tasks
| | `-- main.yml
| |-- luaapp
| | |-- README.md
| | |-- tasks
| | | `-- main.yml
| | `-- templates
| | |-- etc_init_d_luaapp.j2
| | |-- etc_init_d_sidekiq.j2
| | `-- etc_unicorn_luawebapp_conf.j2
| `-- ruby
| |-- README.md
| `-- tasks
| `-- main.yml
`-- site.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment