mirror of
				https://gitea.0xace.cc/ansible-playbooks/patroni.git
				synced 2025-11-04 12:17:24 +00:00 
			
		
		
		
	add exporters
This commit is contained in:
		
							
								
								
									
										10
									
								
								patroni.yaml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								patroni.yaml
									
									
									
									
									
								
							@@ -23,11 +23,11 @@
 | 
			
		||||
            - "{{ ansible_facts['distribution'] }}-{{ ansible_facts['distribution_version'] }}.yaml"
 | 
			
		||||
            - "{{ ansible_facts['os_family'] }}-{{ ansible_facts['distribution_major_version'] }}.yaml"
 | 
			
		||||
            - "{{ ansible_facts['os_family'] }}-{{ ansible_facts['distribution_version'] }}.yaml"
 | 
			
		||||
            - '{{ ansible_distribution }}.yaml'
 | 
			
		||||
            - '{{ ansible_os_family }}.yaml'
 | 
			
		||||
            - "{{ ansible_distribution }}.yaml"
 | 
			
		||||
            - "{{ ansible_os_family }}.yaml"
 | 
			
		||||
            - patroni.yaml
 | 
			
		||||
          paths:
 | 
			
		||||
            - 'vars'
 | 
			
		||||
            - "vars"
 | 
			
		||||
 | 
			
		||||
- hosts: all,!localhost
 | 
			
		||||
  become: true
 | 
			
		||||
@@ -84,3 +84,7 @@
 | 
			
		||||
        name: haproxy
 | 
			
		||||
    - import_role:
 | 
			
		||||
        name: pgbouncer
 | 
			
		||||
    - import_role:
 | 
			
		||||
        name: postgres-exporter
 | 
			
		||||
    - import_role:
 | 
			
		||||
        name: node-exporter
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user