Rename a bunch of roles
This commit is contained in:
parent
4cf2380ac0
commit
0faa20d3e5
@ -2,7 +2,7 @@
|
||||
# vim:ft=ansible:
|
||||
- hosts: psql1.9iron.club
|
||||
roles:
|
||||
- role: backups
|
||||
- role: base-backups
|
||||
tags: [ backups ]
|
||||
- role: postgresql
|
||||
tags: [ db, psql ]
|
||||
|
@ -3,11 +3,11 @@
|
||||
---
|
||||
- hosts: gameservers
|
||||
roles:
|
||||
- role: backups
|
||||
- role: base-backups
|
||||
tags: [ backups ]
|
||||
#- hosts: game1.9iron.club
|
||||
# roles:
|
||||
# - role: backups
|
||||
# - role: base-backups
|
||||
# tags: [ backups ]
|
||||
# - role: minecraft
|
||||
# vars:
|
||||
@ -70,7 +70,7 @@
|
||||
# tags: [ dns ]
|
||||
#- hosts: game2
|
||||
# roles:
|
||||
# - role: backups
|
||||
# - role: base-backups
|
||||
# tags: [ backups ]
|
||||
# - role: minecraft
|
||||
# vars:
|
||||
|
@ -3,11 +3,11 @@
|
||||
---
|
||||
- hosts: home
|
||||
roles:
|
||||
- role: backups
|
||||
- role: base-backups
|
||||
tags: [ backups ]
|
||||
- role: zerotier
|
||||
- role: desktop-zerotier
|
||||
tags: [ zerotier ]
|
||||
- role: desktop
|
||||
- role: desktop-common
|
||||
vars:
|
||||
mopidy_spotify_username: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
@ -40,7 +40,7 @@
|
||||
38306234316364306134396138376230626630633733306432626637616239373838646433343761
|
||||
3436643661633766616564663937346232353666386531363438
|
||||
tags: [ desktop ]
|
||||
- role: sddm
|
||||
- role: desktop-sddm
|
||||
vars:
|
||||
sddm_theme_name: "breeze"
|
||||
tags: [ sddm, desktop ]
|
||||
|
4
site.yml
4
site.yml
@ -12,7 +12,7 @@
|
||||
tags: [ common, dns ]
|
||||
- role: influxdb
|
||||
tags: [ common, influxdb ]
|
||||
- role: user
|
||||
- role: base-user
|
||||
vars:
|
||||
user_username: salt
|
||||
user_password: !vault |
|
||||
@ -29,7 +29,7 @@
|
||||
tags: [ common, user ]
|
||||
- hosts: 9iron.club
|
||||
roles:
|
||||
- role: snmpd
|
||||
- role: base-snmpd
|
||||
tags: [ common, snmpd ]
|
||||
- import_playbook: playbooks/dns.yml
|
||||
- import_playbook: playbooks/dbservers.yml
|
||||
|
Loading…
Reference in New Issue
Block a user