Ubuntu-Ansible-Setup/inventory.yml

656 lines
19 KiB
YAML
Raw Normal View History

2023-01-31 18:30:02 -06:00
---
# yamllint disable rule:line-length
all:
vars:
server_timezone: America/Chicago
hosts:
2024-01-09 12:42:59 -06:00
asgard-eternal.com:
2023-01-27 15:53:38 -06:00
ansible_user: asgard
2023-01-22 22:06:14 -06:00
squad_server_user: asgard
squad_server_group: asgard
squad_mysql:
user: "squadjs"
user_password: "{{ lookup('ansible.builtin.env', 'SQUAD_MYSQL_USER_PASSWORD' )}}"
root_password: "{{ lookup('ansible.builtin.env', 'SQUAD_MYSQL_ROOT_PASSWORD' )}}"
database: squadjs
2023-01-22 22:06:14 -06:00
squad_default_settings:
server_id: 0 # As a note, server IDs must be started at 1!
2023-01-22 22:06:14 -06:00
docker:
name: vanilla-squad
images:
server: squad:latest
2023-03-20 12:16:49 -05:00
squadjs: squadjs:latest
2023-01-22 22:06:14 -06:00
secrets:
rcon_password: test
squadjs_discord_token: ""
license: ""
2023-01-22 22:57:49 -06:00
groups:
# This is for the discord admin ping
2023-03-08 09:20:06 -06:00
- name: 1039155511066636329
2023-01-23 01:13:59 -06:00
permissions: []
members: []
2023-01-23 01:13:59 -06:00
squadjs:
admin_ping: true
2023-01-22 22:57:49 -06:00
- name: Odin
permissions:
- changemap
- pause
- balance
- chat
- kick
- ban
- cameraman
- teamchange
- forceteamchange
- canseeadminchat
- reserve
- config
2023-04-25 03:22:01 -05:00
- cheat
2023-04-25 05:46:42 -05:00
- featuretest
2024-01-05 23:40:23 -06:00
- clientdemos
2023-01-22 23:21:41 -06:00
squadjs:
2023-02-15 01:44:41 -06:00
admin_ping: false
2023-01-22 22:57:49 -06:00
members:
- name: Kinsher
comment: Server Administrator
2023-03-05 15:41:04 -06:00
steam64: 76561197986710399
2023-01-22 22:57:49 -06:00
- name: Atrocity
2023-03-05 15:41:04 -06:00
steam64: 76561199101367413
2023-01-22 22:57:49 -06:00
- name: iiTherRealMcCoy
2023-03-05 15:41:04 -06:00
steam64: 76561199028579724
2023-01-22 22:57:49 -06:00
- name: MaxRecon
2023-03-05 15:41:04 -06:00
steam64: 76561198153769543
2023-01-22 22:57:49 -06:00
- name: SheHulk
2023-03-05 15:41:04 -06:00
steam64: 76561198067016254
2023-01-22 22:57:49 -06:00
2023-08-01 09:59:16 -05:00
- name: wolf.rayne
steam64: 76561198107367726
2023-01-22 22:57:49 -06:00
2023-12-10 17:29:52 -06:00
- name: Pears
steam64: 76561198010920870
2024-07-03 16:16:39 -05:00
- name: FItzReigN
steam64: 76561199225787710
2024-07-03 16:18:46 -05:00
- name: Greenterd
steam64: 76561198060911971
- name: Thor
2023-01-22 23:21:41 -06:00
squadjs:
2023-02-15 01:44:41 -06:00
admin_ping: false
2023-01-22 22:57:49 -06:00
permissions:
- changemap
- balance
- chat
- kick
- ban
- cameraman
- teamchange
- forceteamchange
- canseeadminchat
- reserve
2024-01-05 23:40:23 -06:00
- clientdemos
2023-01-22 22:57:49 -06:00
members:
- name: Lt_Longsword
2023-03-05 15:41:04 -06:00
steam64: 76561198373523022
2023-09-12 17:42:04 -05:00
2023-01-22 22:57:49 -06:00
- name: Freeman
2023-03-05 15:41:04 -06:00
steam64: 76561198329170534
2023-09-12 17:42:04 -05:00
2023-01-22 22:57:49 -06:00
- name: Elon
2023-03-05 15:41:04 -06:00
steam64: 76561198203568744
2023-09-12 17:42:04 -05:00
2023-01-22 22:57:49 -06:00
- name: Chemji
2023-03-05 15:41:04 -06:00
steam64: 76561199127559778
2023-09-12 17:42:04 -05:00
- name: Skillet
2023-04-25 19:19:34 -05:00
comment: promoted 04-25-23
steam64: 76561198221715432
2023-09-12 17:42:04 -05:00
- name: Loki
squadjs:
2023-02-15 01:44:41 -06:00
admin_ping: false
permissions:
- balance
- chat
- kick
- ban
- teamchange
- canseeadminchat
- reserve
- cameraman
- changemap
- forceteamchange
members:
- name: Dr.hammerstien
2023-04-25 21:03:51 -05:00
comment: promoted 04-25-2023
steam64: 76561198037486479
2023-09-12 17:42:04 -05:00
- name: Rarg
2023-04-25 21:03:51 -05:00
comment: promoted 4-25-2023
steam64: 76561198073565669
2023-09-12 17:42:04 -05:00
- name: Vaunt
2023-04-25 21:03:51 -05:00
comment: promoted 4-25-2023
steam64: 76561198031865730
2023-09-12 17:42:04 -05:00
2023-04-27 19:46:38 -05:00
- name: RIOTYouth1
comment: Admin 4-27-2023
steam64: 76561198209119887
2023-09-12 17:42:04 -05:00
2023-05-21 21:33:13 -05:00
- name: Shifty
comment: Jr Admin 4-26-2023
steam64: 76561198251723570
2023-01-22 22:57:49 -06:00
- name: Balder
2023-01-22 23:21:41 -06:00
squadjs:
2023-02-15 01:44:41 -06:00
admin_ping: false
2023-01-22 22:57:49 -06:00
permissions:
- balance
- chat
- kick
- ban
- teamchange
- canseeadminchat
- reserve
2024-07-03 16:16:39 -05:00
members: []
2024-07-05 20:45:03 -05:00
- name: Liaison Admin Cam
permissions:
- cameraman
members:
- name: macnevin29id
comment: Admin Cam Perms Only
steam64: 76561199379377310
2023-01-22 22:57:49 -06:00
- name: Whitelist
permissions:
- reserve
members:
- name: Gel The Doctor
comment: Added by MaX unlimited Whitelist
2023-03-05 15:41:04 -06:00
steam64: 76561198098735539
- name: Mauro
comment: men1995@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198098391966
- name: RIOTYouth1
comment: aclerc1220@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198209119887
- name: "{ASG} Scarface"
comment: logangrimes11@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198312514319
- name: "{ASG} young sloth"
comment: logangrimes11@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198983371735
2023-01-22 22:57:49 -06:00
- name: Skillet
comment: Server Administrator
2023-03-05 15:41:04 -06:00
steam64: 76561198221715432
2023-01-22 22:57:49 -06:00
- name: LtJamesFox
2023-03-05 15:41:04 -06:00
steam64: 76561198026192477
2023-01-22 22:57:49 -06:00
comment: Nevetsu@hotmail.com
- name: tcandan88(4skin)
comment: ducati979@aol.com
2023-03-05 15:41:04 -06:00
steam64: 76561198059124010
2023-01-22 22:57:49 -06:00
- name: Dick Deflator
2023-08-24 22:21:21 -05:00
comment: Whitelist for 4 months started 03/11/2023/Ends 07/11/2023
2023-03-05 15:41:04 -06:00
steam64: 76561199062085282
2023-01-22 22:57:49 -06:00
- name: Bagels
comment: adroessler10@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198059462064
2023-01-22 22:57:49 -06:00
- name: Hypothermiack
2023-03-05 15:41:04 -06:00
steam64: 76561198119385943
2023-01-22 22:57:49 -06:00
- name: TapatioTimmy
comment: camdenricketts4@gmail.com
steam64: 76561199123384670
- name: TheGoochSlooth
comment: justintestorelli@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561199285813056
2023-01-22 22:57:49 -06:00
- name: Subterfuge
comment: jwlind@gmail.com
steam64: 76561197963075020
- name: Juggernaut
comment: robledoaustin@yahoo.com
2023-03-05 15:41:04 -06:00
steam64: 76561198049739312
2023-01-22 22:57:49 -06:00
- name: DamiSupreme
comment: alexdemiane93@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561197979663830
2023-01-22 22:57:49 -06:00
- name: Mr_poopy_diaper
comment: Attached to (ASG) Kybar (carbarykyle@gmail.com)
2023-03-05 15:41:04 -06:00
steam64: 76561199302780874
2023-01-24 19:46:33 -06:00
- name: OneBarStatus
comment: jacobadams135@yahoo.com
2023-03-05 15:41:04 -06:00
steam64: 76561198801895406
2023-02-15 09:12:36 -06:00
- name: Kazy
comment: jacobadams135@yahoo.com (Attached to OneBarStatus)
2023-03-05 15:41:04 -06:00
steam64: 76561198989641003
2023-02-08 21:44:41 -06:00
- name: The Half-WitViking
comment: jacobadams135@yahoo.com (Attached to OneBarStatus)
2023-03-05 15:41:04 -06:00
steam64: 76561198870442236
2023-02-08 21:44:41 -06:00
- name: Warbot
comment: imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561197960350874
2023-02-08 21:44:41 -06:00
- name: Duffmann9992
comment: Attached to imawsome404@yahoo.com - xikky
2023-03-05 15:41:04 -06:00
steam64: 76561197986254647
2023-02-08 21:44:41 -06:00
- name: HeyWhatchaDoin
comment: Attached to imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198405495371
2023-09-12 17:42:04 -05:00
- name: Buckwheat10
2023-02-08 21:44:41 -06:00
comment: attached to imawsome404@yahoo.com - Xikky
steam64: 76561198056113440
2023-02-08 21:44:41 -06:00
- name: BoozBear
comment: attached to imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198940959919
2023-02-08 21:44:41 -06:00
- name: dmpca
2023-02-08 21:44:41 -06:00
comment: attached to imawsome404@yahoo.com - Xikky
steam64: 76561197962791616
2023-03-05 06:57:17 -06:00
- name: fonzie141
comment: benmandino@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198056302525
2023-09-12 17:42:04 -05:00
2023-03-25 10:53:08 -05:00
- name: "Orion159044#1238 @T/5 Fairchild [29th ID]"
comment: orionbarclay7@gmail.com
steam64: 76561198170375391
2023-09-12 17:42:04 -05:00
2023-03-25 10:53:08 -05:00
- name: "[NOT]TheSaltiestAround"
comment: austinbuda99@gmail.com
steam64: 76561198107206903
2023-08-24 22:21:21 -05:00
- name: "1stRB NinjaOfDeath"
comment: Added by MaX
steam64: 76561198386944513
2023-08-24 22:21:21 -05:00
- name: someoneulove
steam64: 76561198073942737
2024-01-19 17:11:52 -06:00
- name: Malinoff
steam64: 76561198404402665
- name: SooperGloo
steam64: 76561198855097026
2023-09-12 17:42:04 -05:00
2024-06-27 16:59:41 -05:00
- name: TCLSWhitelist
permissions:
- reserve
members:
- name: Hanbuxia
steam64: 76561198067930654
- name: ji_jiong9487
steam64: 76561198356909077
- name: Spes
steam64: 76561198123625812
- name: Fearless_tw
comment: Primary point of contact for TCLS whitelist
steam64: 76561198268457848
- name: skyychu
steam64: 76561199691730211
- name: Forensic
steam64: 76561198142481436
- name: weirdo0202
steam64: 76561199006636882
- name: stanhsu22
steam64: 76561198278488900
- name: alenekimo
steam64: 76561197992107496
- name: t7231562
steam64: 76561198182361675
- name: Bandit.oooo
steam64: 76561198391465755
- name: Qxz
steam64: 76561199174378874
- name: ToMo
steam64: 76561198013169247
- name: Stella
steam64: 76561199102823678
- name: josh1231031
steam64: 76561198449180318
- name: Dereck
steam64: 76561198425960311
- name: ShenhaoTW
steam64: 76561198404286245
- name: Yuzuriha
steam64: 76561198160147979
- name: LeiLei945
steam64: 76561198260949946
- name: 狂犬SAMA
steam64: 76561198125418352
- name: eglhi
steam64: 76561198150509929
- name: jim888222
steam64: 76561199087780543
- name: joesamTW
steam64: 76561198263293318
- name: ✪CorKiForChenYi
steam64: 76561198156050246
- name: I love 雪花ラミィ(willyfbi)
steam64: 76561199004712510
- name: dfe
steam64: 76561198816738661
- name: Takeshi
steam64: 76561199524890695
- name: bao
steam64: 76561197986346257
- name: Nui
steam64: 76561199555732876
- name: liray0909
steam64: 76561198423826492
- name: Whernher
steam64: 76561198248784394
- name: cowboyAs
steam64: 76561198424576401
- name: chui93056789
steam64: 76561198144254244
- name: Ben Dover
steam64: 76561198426001656
- name: Xiaohao
steam64: 76561198096665841
- name: LaoHuang
steam64: 76561198141417980
- name: TATAME0113
steam64: 76561198439194216
- name: KeyRC0816
steam64: 76561198314793872
- name: ZhuPai
steam64: 76561198088696714
- name: TurTle
steam64: 76561198169069846
- name: olleh
steam64: 76561198182343731
- name: 兎田ぺこら Pekora
steam64: 76561198817569243
- name: Blackyoo
steam64: 76561198092504025
- name: ♂BBM♂
steam64: 76561199070410002
- name: evanrecruit
steam64: 76561198309099265
- name: Fong_Cow
steam64: 76561199228001354
- name: Solo
steam64: 76561199189398585
- name: Yvecca072_ttv
steam64: 76561198796948887
- name: Alpaca0204
steam64: 76561198206990771
- name: Guang
steam64: 76561199032407467
- name: 0927hongjun
steam64: 76561199014094293
- name: Hankuwu
steam64: 76561198122407531
- name: 190831PoPo
steam64: 76561198397160750
2023-01-22 22:06:14 -06:00
ban_urls: []
remote_admin_hosts: []
2023-09-12 17:42:04 -05:00
remote_admin_list:
2023-05-08 16:51:37 -05:00
- vanilla-autowl
2023-04-20 23:50:14 -05:00
- Einherjar
- Balder
- Loki
- Thor
- LIAISON
2023-09-07 20:55:18 -05:00
- ASG Champions Of The Month
2023-08-01 21:28:23 -05:00
- expats
2023-09-07 20:55:18 -05:00
- ASG Affiliates
- Elevated Seeding Perms
2024-01-16 03:09:05 -06:00
- Active Whitelist
2023-01-23 01:13:59 -06:00
messages:
vote:
FirstLayer: JensensRange_USA-RGF
TeamVote_Duration: 20
LayerVoteDuration: 20
seed_layers:
- AlBasrah_Seed_v1
- BlackCoast_Seed_v1
- BlackCoast_Seed_v2
- Fallujah_Seed_v1
- Harju_Seed_v1
- Logar_Seed_v1
- Manicouagan_Seed_v1
- Mutaha_Seed_v1
- Sanxian_Seed_v1
- Sumari_Seed_v1
2023-01-22 22:06:14 -06:00
layers:
- Gorodok_RAAS_v7
2024-03-19 19:12:37 -05:00
- AlBasrah_Invasion_v1
- AlBasrah_Invasion_v2
- AlBasrah_RAAS_v1
- Anvil_Invasion_v1
- Anvil_RAAS_v1
- Anvil_RAAS_v2
- Belaya_Invasion_v1
- Belaya_Invasion_v2
- Belaya_RAAS_v1
- BlackCoast_Invasion_v1
- BlackCoast_Invasion_v2
- BlackCoast_RAAS_v1
- BlackCoast_RAAS_v2
- Chora_Invasion_v1
- Chora_Invasion_v2
- Chora_RAAS_v1
- Fallujah_Invasion_v1
- Fallujah_Invasion_v2
- Fallujah_RAAS_v1
- Fallujah_RAAS_v2
- FoolsRoad_Invasion_v1
- FoolsRoad_RAAS_v1
- FoolsRoad_RAAS_v2
- FoolsRoad_RAAS_v3
- GooseBay_Invasion_v1
- GooseBay_RAAS_v1
2024-03-19 19:12:37 -05:00
- GooseBay_RAAS_v2
- Gorodok_Invasion_v1
- Gorodok_Invasion_v2
- Gorodok_RAAS_v1
- Gorodok_RAAS_v2
- Harju_Invasion_v1
- Harju_Invasion_v2
- Harju_Invasion_v3
- Harju_RAAS_v1
- Harju_RAAS_v2
- Kamdesh_Invasion_v1
- Kamdesh_RAAS_v1
- Kohat_RAAS_v1
2024-06-12 14:21:40 -05:00
- Kohat_RAAS_v2
2024-03-19 19:12:37 -05:00
- Kohat_Invasion_v1
2024-06-12 14:21:40 -05:00
- Kokan_Invasion_v2
2024-03-19 19:12:37 -05:00
- Kokan_RAAS_v1
- Kokan_RAAS_v2
- Lashkar_Invasion_v1
- Lashkar_RAAS_v1
- Logar_RAAS_v1
- Manicouagan_RAAS_v1
- Manicouagan_RAAS_v2
- Manicouagan_Invasion_v1
2024-06-12 14:21:40 -05:00
- Manicouagan_Invasion_v2
2024-03-19 19:12:37 -05:00
- Mestia_Invasion_v1
- Mestia_RAAS_v1
- Mutaha_Invasion_v1
- Mutaha_RAAS_v1
- Mutaha_RAAS_v2
2024-03-19 19:12:37 -05:00
- Narva_Invasion_v1
- Narva_Invasion_v2
- Narva_RAAS_v1
- Sanxian_Invasion_v1
- Sanxian_Invasion_v2
- Sanxian_RAAS_v1
- Sanxian_RAAS_v2
- Skorpo_Invasion_v1
- Skorpo_Invasion_v2
- Skorpo_RAAS_v1
- Sumari_Invasion_v1
- Sumari_RAAS_v1
- Tallil_Invasion_v1
- Tallil_RAAS_v1
- Tallil_RAAS_v2
- Yehorivka_Invasion_v1
- Yehorivka_Invasion_v2
- Yehorivka_RAAS_v1
- Yehorivka_RAAS_v2
2023-01-22 22:06:14 -06:00
ports:
game: 7787
query: 27165
rcon: 21114
2023-12-12 14:24:47 -06:00
beacon: 15000
2023-01-22 22:06:14 -06:00
squad_servers:
2023-01-23 01:13:59 -06:00
- name: "[ASG] Asgard Eternal | New Player Friendly"
server_id: 1
2023-01-23 01:13:59 -06:00
docker:
name: vanilla
images:
server: squad:latest
2023-04-17 18:08:48 -05:00
squadjs: squadjs:latest
2023-01-23 01:13:59 -06:00
secrets:
rcon_password: "{{ lookup('ansible.builtin.env', 'SQUAD_RCON_PASSWORD')}}"
squadjs_discord_token: "{{ lookup('ansible.builtin.env', 'SQUAD_VANILLA_SQUADJS_DISCORD_TOKEN')}}"
license: "{{ lookup('ansible.builtin.env', 'SQUAD_VANILLA_SERVER_LICENSE')}}"
2023-01-23 01:13:59 -06:00
ports:
game: 7787
query: 27165
rcon: 21114
beacon: 15100
- name: "[ASG] Asgard Eternal | Tactical"
server_id: 3
tk_auto_kick_enabled: false
prevent_team_change_if_unbalanced: false
docker:
name: tactical
images:
2023-04-30 14:31:55 -05:00
server: squad:tac-latest
2023-04-17 18:08:48 -05:00
squadjs: squadjs:latest
secrets:
rcon_password: "{{ lookup('ansible.builtin.env', 'SQUAD_RCON_PASSWORD')}}"
squadjs_discord_token: "{{ lookup('ansible.builtin.env', 'SQUAD_TACTICAL_SQUADJS_DISCORD_TOKEN') | default('')}}"
server_password: "{{ lookup('ansible.builtin.env', 'SQUAD_TACTICAL_SERVER_PASSWORD') | default('')}}"
license: ""
2023-04-17 22:51:20 -05:00
remote_admin_list:
2023-04-20 23:44:18 -05:00
- Einherjar
- Balder
- Loki
- Thor
- LIAISON
2023-09-07 20:55:18 -05:00
- Asgard Tactical INF
- Asgard Event Team
ports:
game: 7791
query: 27169
rcon: 21116
2023-12-12 14:39:14 -06:00
beacon: 15200
2024-07-01 18:35:36 -05:00
- name: "[ASG] Asgard Eternal | Steel Devision"
server_id: 4
docker:
name: steel-division
images:
server: squad:steel-division
squadjs: squadjs:latest
secrets:
rcon_password: "{{ lookup('ansible.builtin.env', 'SQUAD_RCON_PASSWORD')}}"
squadjs_discord_token: "{{ lookup('ansible.builtin.env', 'SQUAD_STEEL_DIVISION_SQUADJS_DISCORD_TOKEN') | default('')}}"
server_password: "{{ lookup('ansible.builtin.env', 'SQUAD_STEEL_DIVSION_SERVER_PASSWORD') | default('')}}"
license: ""
ports:
game: 7795
query: 27173
rcon: 21118
beacon: 15300
registry_site: asgard-eternal.com
registry_site_email: price@orion-technologies.io
registry_system_user: docker-reg
registry_login_user: asgard
docker_registry_password: "{{ lookup('ansible.builtin.env', 'DOCKER_REGISTRY_PASSWORD') }}"
superusers:
- username: asgard
public_keys:
2024-02-22 13:43:42 -06:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkWsSntg1ufF40cALcIBA7WZhiU/f0cncqq0pcp+DZY openpgp:0x15993C90 sam@orion # Sam's ssh key
2023-09-12 18:26:17 -05:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhyEqrO6GViZGUNNgobKYRI/rnc5NqTxUZrVWL9TSYV kinsher@asg # Kinsher's SSH Key
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILnF/FetuAprot8KjSIjod/kuJblCoZzS9xKJLz3TA/N skillet@skillet-laptop # Skillet's SSH Key
2023-01-29 17:39:51 -06:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHssdZ0i4vmFOWy49WmPujVEadMBxI+UvGJvFZwpziw+ github@actions
2023-09-12 18:26:09 -05:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBrZWc/sqksZ5X4kUfqGHimLJx6KPqipgBVBXXnZMmhi bcrfo@BCR-SHB # Max Recon's SSH Key
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXaLeb1zZ4Pz4MLoGvk9RzTjsXP2aTWjnFN8kf/DeYq kscop@HomePC # Xikky's SSH Key