forked from bitlair/ansible
Linting
This commit is contained in:
parent
6cff97e2bb
commit
d0cd352b4a
5 changed files with 49 additions and 13 deletions
39
bitlair.yaml
39
bitlair.yaml
|
@ -1,66 +1,79 @@
|
|||
---
|
||||
|
||||
- hosts: all
|
||||
- name: common
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
roles:
|
||||
- { role: "common", tags: ["common"] }
|
||||
- { role: "nft", tags: ["nft"] }
|
||||
|
||||
- hosts: bank
|
||||
- name: bank
|
||||
hosts: bank
|
||||
roles:
|
||||
- { role: "bank", tags: ["bank"] }
|
||||
|
||||
- hosts: homeassistant
|
||||
- name: homeassistant
|
||||
hosts: homeassistant
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
|
||||
- hosts: raspi
|
||||
- name: raspi
|
||||
hosts: raspi
|
||||
roles:
|
||||
- { role: "raspi", tags: ["raspi"] }
|
||||
- { role: "bank-terminal", tags: ["bank-terminal"] }
|
||||
|
||||
- hosts: fotos
|
||||
- name: fotos
|
||||
hosts: fotos
|
||||
roles:
|
||||
- { role: "photos", tags: ["photos"] }
|
||||
|
||||
- hosts: git-ci
|
||||
- name: CI
|
||||
hosts: git-ci
|
||||
roles:
|
||||
- { role: "git-ci", tags: ["git-ci"] }
|
||||
|
||||
- hosts: git
|
||||
- name: git
|
||||
hosts: git
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "git-server", tags: ["git-server"] }
|
||||
|
||||
- hosts: monitoring
|
||||
- name: monitoring
|
||||
hosts: monitoring
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "monitoring", tags: ["monitoring"] }
|
||||
|
||||
- hosts: mqtt
|
||||
- name: mqtt
|
||||
hosts: mqtt
|
||||
roles:
|
||||
- { role: "mqtt", tags: ["mqtt"] }
|
||||
|
||||
- hosts: music
|
||||
- name: music
|
||||
hosts: music
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "go", tags: ["go"] }
|
||||
- { role: "music", tags: ["music"] }
|
||||
|
||||
- hosts: pad
|
||||
- name: pad
|
||||
hosts: pad
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "etherpad", tags: ["etherpad"] }
|
||||
|
||||
- hosts: services
|
||||
- name: services
|
||||
hosts: services
|
||||
roles:
|
||||
- { role: "services", tags: ["services"] }
|
||||
|
||||
- hosts: wiki
|
||||
- name: wiki
|
||||
hosts: wiki
|
||||
roles:
|
||||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue