Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 27, 2017 21:30
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 pspravin/cea63ffaf297a4dc7240ec23d7041554 to your computer and use it in GitHub Desktop.
Save pspravin/cea63ffaf297a4dc7240ec23d7041554 to your computer and use it in GitHub Desktop.
---
- hosts: database
become: true
tasks:
- name: install mysql-server
yum: name="http://dev.mysql.com/get/mysql-community-relea-el7-5.noarch.rpm" state=present
- name: install mysql-server
yum: name=mysql-server state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment