commit | 93a444853b9f5837149a1fa74dddd6779e8c14a5 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Sun Oct 08 17:55:18 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Sun Oct 08 17:55:18 2017 -0400 |
tree | f2eb389e8c83c19a6f49240f8292bca3554a26fc | |
parent | 99f476a5ac715dd7566b1c15f1a5e61b4f5abf52 [diff] |
Removed dash from group names
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>