Skip to content

Commit

Permalink
Add new server knallfrosch.openrailwaymap.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakaner committed Jun 7, 2024
1 parent 91d9b9b commit 3eeecbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ansible/hosts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
buegelfalte.openrailwaymap.org
knallfrosch.openrailwaymap.org

[webservers]
buegelfalte.openrailwaymap.org

[tileservers]
buegelfalte.openrailwaymap.org
Expand All @@ -8,6 +12,11 @@ buegelfalte.openrailwaymap.org

[blog]
buegelfalte.openrailwaymap.org
knallfrosch.openrailwaymap.org

[website_servers]
buegelfalte.openrailwaymap.org
knallfrosch.openrailwaymap.org

[mailservers]
buegelfalte.openrailwaymap.org
Expand Down
7 changes: 3 additions & 4 deletions ansible/openrailwaymap/openrailwaymap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
- hosts: all
- hosts: webservers
become: yes
tags: webserver
tasks:
Expand All @@ -15,7 +15,7 @@
import_role:
name: roles/letsencrypt

- hosts: all
- hosts: tileservers
become: yes
tags: tileserver
tasks:
Expand All @@ -26,7 +26,7 @@
import_role:
name: roles/tileserver_step2

- hosts: all
- hosts: website_servers
become: yes
tags: website
tasks:
Expand All @@ -46,7 +46,6 @@
- name: 'Blog'
import_role:
name: roles/blog
vars:

- hosts: mailservers
become: yes
Expand Down

0 comments on commit 3eeecbe

Please sign in to comment.