Linter + Dashboard fixes
This commit is contained in:
parent
e1bf3e1765
commit
abc64144a8
44 changed files with 265 additions and 379 deletions
49
bitlair.yaml
49
bitlair.yaml
|
@ -1,63 +1,62 @@
|
|||
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
roles:
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "nft", tags: [ "nft" ] }
|
||||
- { role: "common", tags: ["common"] }
|
||||
- { role: "nft", tags: ["nft"] }
|
||||
|
||||
- hosts: bank
|
||||
roles:
|
||||
- { role: "bank", tags: [ "bank" ] }
|
||||
- { role: "bank", tags: ["bank"] }
|
||||
|
||||
- hosts: raspi
|
||||
roles:
|
||||
- { role: "raspi", tags: [ "raspi" ] }
|
||||
- { role: "bank-terminal", tags: [ "bank-terminal" ] }
|
||||
- { role: "raspi", tags: ["raspi"] }
|
||||
- { role: "bank-terminal", tags: ["bank-terminal"] }
|
||||
|
||||
- hosts: fotos
|
||||
roles:
|
||||
- { role: "photos", tags: [ "photos" ] }
|
||||
- { role: "photos", tags: ["photos"] }
|
||||
|
||||
- hosts: git-ci
|
||||
roles:
|
||||
- { role: "git-ci", tags: [ "git-ci" ] }
|
||||
- { role: "git-ci", tags: ["git-ci"] }
|
||||
|
||||
- hosts: git
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "git-server", tags: [ "git-server" ] }
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "git-server", tags: ["git-server"] }
|
||||
|
||||
- hosts: monitoring
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "monitoring", tags: [ "monitoring" ] }
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "monitoring", tags: ["monitoring"] }
|
||||
|
||||
- hosts: mqtt
|
||||
roles:
|
||||
- { role: "mqtt", tags: [ "mqtt" ] }
|
||||
- { role: "mqtt", tags: ["mqtt"] }
|
||||
|
||||
- hosts: music
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "go", tags: [ "go" ] }
|
||||
- { role: "music", tags: [ "music" ] }
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "go", tags: ["go"] }
|
||||
- { role: "music", tags: ["music"] }
|
||||
|
||||
- hosts: pad
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "etherpad", tags: [ "etherpad" ] }
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "etherpad", tags: ["etherpad"] }
|
||||
|
||||
- hosts: services
|
||||
roles:
|
||||
- { role: "services", tags: [ "services" ] }
|
||||
- { role: "services", tags: ["services"] }
|
||||
|
||||
- hosts: wiki
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "www", tags: [ "www" ] }
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "www", tags: ["www"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue