Merge pull request 'Rename roles to comply with linter' () from alex/netz39-infra-ansible:lint into master

Reviewed-on: 
Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
Alexander Dahl 2025-03-01 08:55:33 +01:00
commit 266ba39473
9 changed files with 3 additions and 3 deletions
host-plumbum.ymlhost-tau.yml
roles
nfs_host
defaults
handlers
tasks
templates
setup_http_site_forward

View file

@ -3,7 +3,7 @@
become: true
roles:
- role: nfs-host
- role: nfs_host
vars:
nfs_host_exports:
- directory: "/srv/nfs/backup"

View file

@ -191,7 +191,7 @@
- name: Setup forwarding for Discord invite
include_role:
name: setup-http-site-forward
name: setup_http_site_forward
vars:
site_name: "{{ discord_invite_domain }}"
# forward_to: "https://discord.com/invite/8FcDvAf"

View file

@ -1,4 +1,4 @@
# Defaults for nfs-host
# Defaults for nfs_host
---
nfs_host_exports: []
# - directory: "/srv/nfs"