reference tool repo
This commit is contained in:
6
ansible/arcodange/factory/playbooks/tools/pgbouncer.yml
Normal file
6
ansible/arcodange/factory/playbooks/tools/pgbouncer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: pgbouncer
|
||||
hosts: raspberries:&local
|
||||
|
||||
tasks:
|
||||
- ansible.builtin.ping:
|
||||
6
ansible/arcodange/factory/playbooks/tools/prometheus.yml
Normal file
6
ansible/arcodange/factory/playbooks/tools/prometheus.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: prometheus
|
||||
hosts: raspberries:&local
|
||||
|
||||
tasks:
|
||||
- ansible.builtin.ping:
|
||||
6
ansible/arcodange/factory/playbooks/tools/tools.yml
Normal file
6
ansible/arcodange/factory/playbooks/tools/tools.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: pgbouncer
|
||||
ansible.builtin.import_playbook: pgbouncer.yml
|
||||
|
||||
- name: prometheus
|
||||
ansible.builtin.import_playbook: prometheus.yml
|
||||
Reference in New Issue
Block a user