commit | 6aef9cce2f8a3629db4f097ade8955c0b4ca1260 | [log] [tgz] |
---|---|---|
author | carlosfrias <cfrias@apigee.com> | Wed Nov 09 16:21:36 2016 -0500 |
committer | carlosfrias <cfrias@apigee.com> | Wed Nov 09 16:21:36 2016 -0500 |
tree | f13ace2eb92139d8203a252e753b41c5805508f1 | |
parent | 64f9d38fd001242b81919c2b6cb3bc83aa77ecc4 [diff] |
updated to add postgres node to analytics for expansion.
This playbook provides maintenance assistance for the tasks of adding or removing a postgresql node. Two playbooks are provided. The first playbook called postgresql-add.yml will register a postgresql node with analytics. The second playbook called postgresql-remove.yml will de-register a postgresql node with analytics.
These are ansible playbooks and require ansible.
ansible-galaxy -f -r requirements.yml
ansible-playbook -i <inventory file or folder> [postgresql-add.yml | postgresql-remove.yml]