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