Add initial config for dedicated monitoring server
This commit is contained in:
		@@ -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 }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user