Skip to content

Instantly share code, notes, and snippets.

@keithresar
Created October 25, 2016 16:28
Show Gist options
  • Save keithresar/c7d2f25e660d5b8e22b2fe8a2b9e5e0d to your computer and use it in GitHub Desktop.
Save keithresar/c7d2f25e660d5b8e22b2fe8a2b9e5e0d to your computer and use it in GitHub Desktop.
---
- hosts: localhost
remote_user: root
tasks:
- name: Install and enable Mariadb
service: name=mariadb-server enabled=yes state=started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment