diff --git a/README.md b/README.md index c8830b2..cc4951e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Ansibles - cassandra [![Build Status](https://travis-ci.org/Ansibles/cassandra.png)](https://travis-ci.org/Ansibles/cassandra) +## ANXS - cassandra [![Build Status](https://travis-ci.org/ANXS/cassandra.png)](https://travis-ci.org/ANXS/cassandra) Ansible role which installs and configures Apache Cassandra. @@ -8,7 +8,7 @@ Ansible role which installs and configures Apache Cassandra. ##### Ansible It has been tested on Ansible 1.5 and above, and depends on the following roles: - - Ansibles.oracle-jdk + - ANXS.oracle-jdk #### Variables @@ -31,4 +31,4 @@ Licensed under the MIT License. See the LICENSE file for details. #### Feedback, bug-reports, requests, ... -Are [welcome](https://github.com/ansibles/cassandra/issues)! +Are [welcome](https://github.com/ANXS/cassandra/issues)! diff --git a/meta/main.yml b/meta/main.yml index b236ac4..64ec964 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,7 +2,7 @@ galaxy_info: author: pjan vandaele - company: Ansibles + company: ANXS description: Install and configure Apache Cassandra min_ansible_version: 1.5 license: MIT @@ -14,4 +14,4 @@ galaxy_info: - system dependencies: - - role: Ansibles.oracle-jdk + - role: ANXS.oracle-jdk