new groups, stop using all
This commit is contained in:
parent
acb8f9d82f
commit
28a0bb2806
8 changed files with 43 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Secure Debian
|
- name: Secure Debian
|
||||||
hosts: all
|
hosts: managed
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Secure Debian
|
- name: Secure Debian
|
||||||
hosts: all
|
hosts: managed
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Deploy Disk Usage Monitoring
|
- name: Deploy Disk Usage Monitoring
|
||||||
hosts: all
|
hosts: managed
|
||||||
become: yes
|
become: yes
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Deploy System Healthcheck Monitoring
|
- name: Deploy System Healthcheck Monitoring
|
||||||
hosts: all
|
hosts: managed
|
||||||
become: yes
|
become: yes
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
hosts: all
|
hosts: managed
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Install Docker and Docker Compose on Debian 12
|
- name: Install Docker and Docker Compose on Debian 12
|
||||||
hosts: all
|
hosts: managed
|
||||||
|
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Join machine to headscale mesh network
|
- name: Join machine to headscale mesh network
|
||||||
hosts: all
|
hosts: managed
|
||||||
become: yes
|
become: yes
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../infra_vars.yml
|
- ../infra_vars.yml
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,39 @@ localhost ansible_connection=local ansible_user=counterweight gpg_recipient=coun
|
||||||
[arbret]
|
[arbret]
|
||||||
prd-arbret ansible_host=167.99.242.62 ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/counterganzua
|
prd-arbret ansible_host=167.99.242.62 ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/counterganzua
|
||||||
|
|
||||||
|
[edge]
|
||||||
|
vipy
|
||||||
|
|
||||||
|
[monitoring]
|
||||||
|
watchtower
|
||||||
|
|
||||||
|
[vpn_control]
|
||||||
|
spacey
|
||||||
|
|
||||||
|
[hypervisor]
|
||||||
|
nodito
|
||||||
|
|
||||||
|
[bitcoin]
|
||||||
|
knots_box_local
|
||||||
|
|
||||||
|
[electrum]
|
||||||
|
fulcrum_box_local
|
||||||
|
|
||||||
|
[mempool]
|
||||||
|
mempool_box_local
|
||||||
|
|
||||||
|
[memos]
|
||||||
|
memos_box_local
|
||||||
|
|
||||||
|
[ci_runner]
|
||||||
|
forgejo_runner_local
|
||||||
|
|
||||||
|
[control]
|
||||||
|
localhost
|
||||||
|
|
||||||
|
# Every machine Ansible may configure as a server.
|
||||||
|
# Deliberately EXCLUDES [control] (your laptop) and [arbret].
|
||||||
|
[managed:children]
|
||||||
|
vps
|
||||||
|
nodito_host
|
||||||
|
nodito_vms
|
||||||
Loading…
Add table
Add a link
Reference in a new issue