commit | 04339a022fecc7280beda62b7fb33563df7a2c04 | [log] [tgz] |
---|---|---|
author | carlosfrias <cfrias@apigee.com> | Wed Nov 09 16:32:15 2016 -0500 |
committer | carlosfrias <cfrias@apigee.com> | Wed Nov 09 16:32:15 2016 -0500 |
tree | 6bf9e31a771329eff6ea3d0f75f87bc2984ed2d6 | |
parent | 6aef9cce2f8a3629db4f097ade8955c0b4ca1260 [diff] |
updated readme
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 install -f -r requirements.yml
ansible-playbook -i <inventory file or folder> [postgresql-add.yml | postgresql-remove.yml]