Logo
Explore Help
Register Sign In
headhuntertest/ansible-config
1
0
Fork 0
You've already forked ansible-config
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
feature/add-postgresql-support
ansible-config/playbooks/deploy-postgres-app2.yml

13 lines
234 B
YAML
Raw Permalink Normal View History

feat: add PostgreSQL infrastructure for App2 - Add PostgreSQL role for installing and configuring PostgreSQL 17 - Add postgres_exporter role for PostgreSQL metrics collection - Add deploy-postgres-app2.yml playbook for deployment - Configure test database 'testdb' with user 'testuser' - Set up postgres_exporter user for monitoring - Include firewall configuration for PostgreSQL (5432) and postgres_exporter (9187) - Follow existing role structure pattern from node_exporter
2026-02-04 07:27:56 +00:00
---
- name: Deploy PostgreSQL and Postgres Exporter on App2
hosts: 192.168.0.111
become: yes
gather_facts: yes
roles:
- role: postgresql
tags: postgresql
- role: postgres_exporter
tags: postgres_exporter
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 51ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API