Skip to content

Commit

Permalink
Ansibles -> ANXS
Browse files Browse the repository at this point in the history
  • Loading branch information
pjan committed Sep 6, 2014
1 parent 89ec76f commit f4868f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Ansibles - MySQL [![Build Status](https://travis-ci.org/Ansibles/mysql.png)](https://travis-ci.org/Ansibles/mysql)
## ANXS - MySQL [![Build Status](https://travis-ci.org/ANXS/mysql.png)](https://travis-ci.org/ANXS/mysql)

Ansible role that installs MySQL on (for now) Ubuntu variants.
Features include:
Expand All @@ -12,7 +12,7 @@ Features include:

#### Requirements & Dependencies
- Tested on Ansible 1.4 or higher.
- Ansibles.monit if you want monit protection (in that case, you should set `monit_protection: true`)
- ANXS.monit if you want monit protection (in that case, you should set `monit_protection: true`)


#### Variables
Expand Down Expand Up @@ -62,7 +62,7 @@ mysql_users:
host: "%" # optional, defaults to "localhost"

# GLOBAL Setting
monit_protection: false # true or false, requires Ansibles.monit
monit_protection: false # true or false, requires ANXS.monit
```
Expand All @@ -73,4 +73,4 @@ Licensed under the MIT License. See the LICENSE file for details.
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/ansibles/mysql/issues)!
Are [welcome](https://github.com/ANXS/mysql/issues)!
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

galaxy_info:
author: pjan vandaele
company: Ansibles
company: ANXS
description: "MySQL install and configuration (hardening, databases, users, ...)"
min_ansible_version: 1.4
license: MIT
Expand Down

0 comments on commit f4868f1

Please sign in to comment.