changed role to webservers due to conflicting with hostnames

This commit is contained in:
2025-05-06 14:06:10 +02:00
parent 94b5c7e596
commit e4c70fc4c9
17 changed files with 4 additions and 4 deletions

2
hosts
View File

@@ -147,7 +147,7 @@ endor.universe.local
endorvm.universe.local
tuxedo-book-xp1511.universe.local
[webserver]
[webservers]
nextcloud.universe.local
searx.universe.local
webserver.universe.local

View File

@@ -58,11 +58,11 @@
roles:
- nameserver
- hosts: webserver
tags: server,webserver
- hosts: webservers
tags: server,webservers
become: true
roles:
- webserver
- webservers
- hosts: mailserver
tags: server,mailserver