Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add MariaDB server and client roles
  • Loading branch information
drybjed committed Jun 23, 2015
1 parent 148aaa6 commit beff199
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -75,6 +75,8 @@ v0.2.6

- Add ``debops.memcached`` role. [drybjed]

- Add MariaDB server and client roles. [drybjed]

v0.2.5
------

Expand Down
2 changes: 2 additions & 0 deletions galaxy/requirements.txt
Expand Up @@ -27,6 +27,8 @@ debops.java
debops.kvm
debops.lxc
debops.mailman
debops.mariadb
debops.mariadb_server
debops.memcached
debops.monit
debops.monkeysphere
Expand Down
16 changes: 16 additions & 0 deletions playbooks/services.yml
Expand Up @@ -56,6 +56,22 @@
- { role: debops.tgt, tags: tgt }


- name: Manage MariaDB server
hosts: 'debops_mariadb_server'
sudo: True

roles:
- { role: debops.mariadb_server, tags: mariadb_server }


- name: Manage MariaDB client
hosts: 'debops_mariadb'
sudo: True

roles:
- { role: debops.mariadb, tags: mariadb }


- name: Manage MySQL server
hosts: 'debops_mysql'
sudo: True
Expand Down

0 comments on commit beff199

Please sign in to comment.