diff --git a/README.md b/README.md index 7b44435..1806bbf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ansible scripts for our private Intel NUC servers +# Ansible scripts for our home servers ## TODO ### nsd @@ -15,7 +15,7 @@ Seems to be a little annoying with all the docker stuff ### Peertube? -### Gitea +### Forgejo - Move over some repos - Setup automatic syncing diff --git a/inventory/group_vars/nucs.yml b/inventory/group_vars/homeservers.yml similarity index 100% rename from inventory/group_vars/nucs.yml rename to inventory/group_vars/homeservers.yml diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 98d8251..479750a 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -1,6 +1,6 @@ all: children: - nucs: + homeservers: hosts: max: ansible_user: root diff --git a/playbooks/all.yml b/playbooks/all.yml index c876944..4740010 100644 --- a/playbooks/all.yml +++ b/playbooks/all.yml @@ -1,5 +1,5 @@ - name: Setup everything - hosts: nucs + hosts: homeservers roles: - ssh - nsd diff --git a/playbooks/firewall.yml b/playbooks/firewall.yml index 4fe6b7b..3261f45 100644 --- a/playbooks/firewall.yml +++ b/playbooks/firewall.yml @@ -1,4 +1,4 @@ - name: Configure firewall - hosts: nucs + hosts: homeservers roles: - firewall diff --git a/playbooks/forgejo.yml b/playbooks/forgejo.yml index ec838ea..ee803ad 100644 --- a/playbooks/forgejo.yml +++ b/playbooks/forgejo.yml @@ -1,4 +1,4 @@ - name: Install forgejo - hosts: nucs + hosts: homeservers roles: - forgejo diff --git a/playbooks/kms.yml b/playbooks/kms.yml index b7cf5ed..a09ff36 100644 --- a/playbooks/kms.yml +++ b/playbooks/kms.yml @@ -1,4 +1,4 @@ - name: Install kms stateless server - hosts: nucs + hosts: homeservers roles: - kms diff --git a/playbooks/mastodon.yml b/playbooks/mastodon.yml index d9e28f2..86bca43 100644 --- a/playbooks/mastodon.yml +++ b/playbooks/mastodon.yml @@ -1,4 +1,4 @@ - name: Install Mastodon - hosts: nucs + hosts: homeservers roles: - mastodon diff --git a/playbooks/nsd.yml b/playbooks/nsd.yml index 242eb55..9023c88 100644 --- a/playbooks/nsd.yml +++ b/playbooks/nsd.yml @@ -1,4 +1,4 @@ - name: Install nsd - hosts: nucs + hosts: homeservers roles: - nsd diff --git a/playbooks/pizzeria.yml b/playbooks/pizzeria.yml index 0e3e61f..41f11a4 100644 --- a/playbooks/pizzeria.yml +++ b/playbooks/pizzeria.yml @@ -1,4 +1,4 @@ - name: Install pizzeria static website - hosts: nucs + hosts: homeservers roles: - pizzeria diff --git a/playbooks/radicale.yml b/playbooks/radicale.yml index 161b446..e5e724e 100644 --- a/playbooks/radicale.yml +++ b/playbooks/radicale.yml @@ -1,4 +1,4 @@ - name: Install Radicale - hosts: nucs + hosts: homeservers roles: - radicale diff --git a/playbooks/ssh.yml b/playbooks/ssh.yml index b84b88f..44ad2b8 100644 --- a/playbooks/ssh.yml +++ b/playbooks/ssh.yml @@ -1,4 +1,4 @@ - name: Configure SSH - hosts: nucs + hosts: homeservers roles: - ssh diff --git a/playbooks/syncthing.yml b/playbooks/syncthing.yml index afc96bd..e01baa2 100644 --- a/playbooks/syncthing.yml +++ b/playbooks/syncthing.yml @@ -1,4 +1,4 @@ - name: Install syncthing - hosts: nucs + hosts: homeservers roles: - syncthing diff --git a/playbooks/traefik.yml b/playbooks/traefik.yml index 93570ea..feaf9be 100644 --- a/playbooks/traefik.yml +++ b/playbooks/traefik.yml @@ -1,4 +1,4 @@ - name: Install traefik - hosts: nucs + hosts: homeservers roles: - traefik