From f4868f1b35486d8b405f774da29711f4858075d4 Mon Sep 17 00:00:00 2001 From: pjan vandaele Date: Sat, 6 Sep 2014 10:13:51 +0900 Subject: [PATCH] Ansibles -> ANXS --- README.md | 8 ++++---- meta/main.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba3f6db..0fa6b57 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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 ``` @@ -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)! diff --git a/meta/main.yml b/meta/main.yml index f78a5f6..b28987d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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