| File | Date | Author | Commit |
|---|---|---|---|
| defaults | 2025-04-02 |
|
[b799d6] many changes: add/modify handlers, remove unit ... |
| handlers | 2025-04-02 |
|
[b799d6] many changes: add/modify handlers, remove unit ... |
| meta | 2025-03-27 |
|
[e5665d] Fix errors of ansible lint |
| tasks | 2025-04-02 |
|
[b799d6] many changes: add/modify handlers, remove unit ... |
| templates | 2025-04-02 |
|
[b799d6] many changes: add/modify handlers, remove unit ... |
| tests | 2025-03-27 |
|
[beedfe] Initial commit after create role |
| vars | 2025-03-27 |
|
[beedfe] Initial commit after create role |
| .gitignore | 2025-03-29 |
|
[f4853b] change postgres_schedule_system_user topostgres... |
| LICENSE | 2025-03-27 |
|
[beedfe] Initial commit after create role |
| README.md | 2025-03-27 |
|
[beedfe] Initial commit after create role |
postgres_schedule is role for install and configure any PostgresQL schedulers: pg_timetable, pg_cron and so on.
Copyright (C) 2023 Mikhail Shurutov
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This role requires python v3 because python v2 is out of live.
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
mshurutov.postgres
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
My name is Mikhail Shurutov, I'm an operations engineer since 1997.