Add initial config for dedicated monitoring server

This commit is contained in:
2021-11-16 23:20:58 -05:00
parent 37b22c7ef5
commit 687e189b18
11 changed files with 1576 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
- include_tasks: tasks/meta/bootstrap-remote-env.yaml
# "server", here, is a word used to mean "not a workstation"
# [lemony snicket voice] "server" here being a word used to mean "not a workstation"
- name: Configure servers
hosts: linux:!workstation
gather_facts: false
@@ -30,3 +30,11 @@
roles:
- role: datastore
- role: swarm
- name: Configure dashboard nodes
hosts: iridium
gather_facts: false
roles:
- role: dashboard
dashboard_hostname: "{{ skylab_dashboard }}"