updated so that we can add a postgres node.
3 files changed
tree: 2ccf191efc758b364ed292d4a04218e1cf8354b5
  1. postgresql-add.yml
  2. postgresql-remove.yml
  3. README.md
README.md

Apigee Maintenance Playbook - Add or Remove a Postgresql Node

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.

Usage Instructions

These are ansible playbooks and require ansible.

  1. Please install and configure ansible as indicated in opdk-setup-ansible.
  2. ansible-galaxy -f -r requirements.yml
  3. ansible-playbook -i <inventory file or folder> [postgresql-add.yml | postgresql-remove.yml]