Skip to content

Instantly share code, notes, and snippets.

@AlMaVizca
Created November 2, 2014 23:21
Show Gist options
  • Save AlMaVizca/fc4bebdddf4a2813afdf to your computer and use it in GitHub Desktop.
Save AlMaVizca/fc4bebdddf4a2813afdf to your computer and use it in GitHub Desktop.
ansible play redmine install
---
- name: Install version 2.5.2
hosts: Ansible
roles:
- { role: redmine, mysql_root_password: "dificil", db_host: "127.0.0.1", db_name: "redmine", db_username: "admin", db_password: "unaContrasenia", redmine_version: "2.5.2" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment