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 endorvm.universe.local
tuxedo-book-xp1511.universe.local tuxedo-book-xp1511.universe.local
[webserver] [webservers]
nextcloud.universe.local nextcloud.universe.local
searx.universe.local searx.universe.local
webserver.universe.local webserver.universe.local

View File

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