commit | 33dd333b32c8c3b66a7bbe1f68aa813436f8ec1d | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Tue Mar 20 18:48:55 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Tue Mar 20 18:48:55 2018 -0400 |
tree | 8f20bf1503848f98a55f493d4b6426d01171a439 | |
parent | 6d8bed2b31785ddbba1d719d99007a4c530fc360 [diff] |
Updated README.md file
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] -e hosts=<qpid host>
This is not an officially supported Google product.