mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 16:43:09 +01:00
Update
This commit is contained in:
parent
17ebacd5da
commit
08be24313e
@ -1,2 +1,3 @@
|
|||||||
* ansible-homelab
|
* ansible-homelab
|
||||||
|
|
||||||
|
I use these to automate various tasks on the (mostly Debian) servers I run.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: servers
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
homelab:
|
|
||||||
hosts:
|
|
||||||
hyperreal.coffee:
|
|
||||||
ansible_user: jas
|
|
||||||
ansible_host: hyperreal.coffee
|
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
|
||||||
aux-vm:
|
|
||||||
ansible_user: jas
|
|
||||||
ansible_host: 10.0.0.26
|
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
|
||||||
box.moonshadow.dev:
|
|
||||||
ansible_user: jas
|
|
||||||
ansible_host: box.moonshadow.dev
|
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
|
6
prometheus-setup.yml
Normal file
6
prometheus-setup.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tasks:
|
||||||
|
- name: Import the Node Exporter role
|
||||||
|
import_role:
|
||||||
|
name: prometheus.prometheus.node_exporter
|
Loading…
Reference in New Issue
Block a user