Skip to content

Instantly share code, notes, and snippets.

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 joshribakoff/b8aef3a670699a0499ffbf3f2a4f23ab to your computer and use it in GitHub Desktop.
Save joshribakoff/b8aef3a670699a0499ffbf3f2a4f23ab to your computer and use it in GitHub Desktop.
---
- hosts: all
vars:
http_port: 80
max_clients: 200
tasks:
#- {script: /vagrant/bootstrap.sh, become: yes}
#- {include: roles/common/tasks/common.yml, become: yes}
#- {include: roles/common/tasks/mongo.yml, become: yes}
#- {include: roles/common/tasks/nginx.yml, become: yes}
- {include: roles/common/tasks/lamp.yml, become: yes}
#- {include: roles/common/tasks/vagrant.yml, become: yes}
handlers:
#- {include: roles/common/handlers/nginx.yml, become: yes}
- {include: roles/common/handlers/lamp.yml, become: yes}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment