PostgreSQL Module Playbook
This playbook provides direct access to an Ansible Module. The following Modules are supported by this playbook:
For each of the above modules, variable module_database
must be defined. This variable is a dictionary of the options as are used by the module. The documentation for each module can be found by click on the module name above.
Playbook AWX / Ansible Automation Platform Template Import
This playbook includes the AWX feature where it imports the playbook as job templates in to AWX / Ansible Automation Platform. The following job templates that will be created:
-
Database/PostgreSQL/Database/Create Create a Database
-
Database/PostgreSQL/Database/Delete Delete a Database
-
Database/PostgreSQL/Database/Dump Dump a database to a
.sql
file -
Database/PostgreSQL/Database/Import Import a database from a
.sql
file -
Database/PostgreSQL/Database/Rename Rename a database
On import to AWX / Ansible Automation Platform a credential type will also be created, playbook/mysql/login
that can be used to supply the required secrets to log in to the database.
Module definitions
Each module definition is detailed below under the tab matching the module name. This directly shows what is or is not supported.
About:
This page forms part of our Project Ansible Playbooks.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2024-01-14
Date Edited: 2024-01-14
Contribution:
Would You like to contribute to our Ansible Playbooks project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors