Ubuntu-Ansible-Setup/inventory.yml

496 lines
15 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:
asgard.orion-technologies.io:
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: []
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
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: Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198001193856
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
- name: Malinoff
2023-03-05 15:41:04 -06:00
steam64: 76561198404402665
2023-01-22 22:57:49 -06:00
- name: Teggy
2023-03-05 15:41:04 -06:00
steam64: 76561198356666755
2023-01-22 22:57:49 -06:00
- name: SooperGloo
2023-03-05 15:41:04 -06:00
steam64: 76561198855097026
2023-01-22 22:57:49 -06:00
- 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
members:
- name: Lt_Longsword
2023-03-05 15:41:04 -06:00
steam64: 76561198373523022
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: Freeman
2023-03-05 15:41:04 -06:00
steam64: 76561198329170534
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: Coiffee
2023-03-05 15:41:04 -06:00
steam64: 76561198046579272
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: Elon
2023-03-05 15:41:04 -06:00
steam64: 76561198203568744
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: Kin_Seward
2023-03-05 15:41:04 -06:00
steam64: 76561198799111045
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: Chemji
2023-03-05 15:41:04 -06:00
steam64: 76561199127559778
2023-04-27 17:50:54 -05:00
2023-01-22 22:57:49 -06:00
- name: wolf.rayne
2023-03-05 15:41:04 -06:00
steam64: 76561198107367726
- name: Skillet
2023-04-25 19:19:34 -05:00
comment: promoted 04-25-23
steam64: 76561198221715432
2023-04-27 17:50:54 -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: Frizz
2023-03-05 15:41:04 -06:00
steam64: 76561198339174737
2023-01-31 18:28:00 -06:00
- name: Rabbid_Squirrel
comment: promoted 12-26-22
2023-03-05 15:41:04 -06:00
steam64: 76561198081576045
- name: Madtopher
2023-04-25 21:03:51 -05:00
comment: promoted 04-25-2023
steam64: 76561199060693600
- name: Dr.hammerstien
2023-04-25 21:03:51 -05:00
comment: promoted 04-25-2023
steam64: 76561198037486479
- name: Rarg
2023-04-25 21:03:51 -05:00
comment: promoted 4-25-2023
steam64: 76561198073565669
- name: Vaunt
2023-04-25 21:03:51 -05:00
comment: promoted 4-25-2023
steam64: 76561198031865730
2023-04-27 19:46:38 -05:00
- name: RIOTYouth1
comment: Admin 4-27-2023
steam64: 76561198209119887
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
2023-04-13 20:04:22 -05:00
members:
- name: Grand Slam AKA Val
comment: Jr Admin 4-16-2023
steam64: 76561199070771491
2023-04-30 20:33:28 -05:00
- name: Shifty
comment: Jr Admin 4-26-2023
steam64: 76561198251723570
2023-01-22 22:57:49 -06:00
- name: Whitelist
permissions:
- reserve
members:
- name: Treay ~ Sam
2023-01-22 22:57:49 -06:00
comment: For Asgard IT Started 01/09/2023
2023-03-05 15:41:04 -06:00
steam64: 76561198090760895
2023-02-04 23:02:19 -06:00
- name: Gel The Doctor
comment: Added by MaX unlimited Whitelist
2023-03-05 15:41:04 -06:00
steam64: 76561198098735539
2023-01-25 19:19:49 -06:00
- name: Trippy Chivas
comment: devbryanbar@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198106004468
2023-02-03 22:03:16 -06:00
- 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-03-11 20:02:28 -06:00
comment: Whitelist for 4 month's 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: Kybar
comment: carbarykyle@gmail.com
2023-03-05 15:41:04 -06:00
steam64: 76561198128034210
2023-01-22 22:57:49 -06:00
- 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-02-08 21:44:41 -06:00
- name: VanillaForsty
comment: attached to imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198383222393
2023-02-08 21:44:41 -06:00
- name: Bowlpacks
comment: attached to imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198054422673
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: BlinkOfDeath
comment: attached to imawsome404@yahoo.com - Xikky
2023-03-05 15:41:04 -06:00
steam64: 76561198081273292
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-03-25 10:53:08 -05:00
- name: "Orion159044#1238 @T/5 Fairchild [29th ID]"
comment: orionbarclay7@gmail.com
steam64: 76561198170375391
2023-03-25 10:53:08 -05:00
- name: "[NOT]TheSaltiestAround"
comment: austinbuda99@gmail.com
steam64: 76561198107206903
2023-03-25 10:53:08 -05:00
2023-05-01 11:11:50 -05:00
- name: pdgeorge5
comment: 3rd Place April seeder ends 05-14-23
steam64: 76561198010920870
- name: Sweetwater
comment: 4th Place April seeder ends 05-07-23
steam64: 76561198124658412
2023-05-02 02:27:25 -05:00
- name: Sir Spuds
comment: Hypothermiack Request for his 1 week whitelist ends 05-09-23
2023-05-02 02:28:20 -05:00
steam64: 76561198184296271
2023-05-02 02:27:25 -05:00
2023-01-23 01:50:55 -06:00
- name: CAS
permissions:
- reserve
members:
- name: Albertime
comment: CAS
steam64: 7656119844551138
2023-01-23 01:50:55 -06:00
- name: JF
comment: CAS
2023-03-05 15:41:04 -06:00
steam64: 76561198094918611
2023-01-23 01:50:55 -06:00
- name: Jashy
comment: CAS
2023-03-05 15:41:04 -06:00
steam64: 76561198153409985
2023-01-23 01:50:55 -06:00
- name: Oscar
comment: CAS
2023-03-05 15:41:04 -06:00
steam64: 76561198150626482
2023-01-23 01:50:55 -06:00
- name: Skay
comment: CAS
steam64: 76561198248146940
- name: HC
permissions:
- reserve
members:
- name: Sir Peabody
comment: HC
2023-03-05 15:41:04 -06:00
steam64: 76561198043032389
- name: Evans
comment: HC
2023-03-05 15:41:04 -06:00
steam64: 76561198101099268
- name: Brodizle
comment: HC
2023-03-05 15:41:04 -06:00
steam64: 76561198249614886
- name: Skeebler
comment: HC
2023-03-05 15:41:04 -06:00
steam64: 76561198191984002
2023-01-22 22:06:14 -06:00
ban_urls: []
remote_admin_hosts: []
2023-04-20 23:44:18 -05:00
remote_admin_list:
2023-04-20 23:50:14 -05:00
- Einherjar
- Balder
- Loki
- Thor
- LIAISON
2023-01-23 01:13:59 -06:00
messages:
- Welcome to Asgard Eternal! Remember to add Asgard to your favorites list!!
- Check out Asgard Discord https://discord.gg/asg
2023-01-22 22:06:14 -06:00
layers:
- Gorodok_RAAS_v7
- AlBasrah_Invasion_v8
- Anvil_RAAS_v4
- Yehorivka_RAAS_v13
- Narva_RAAS_v1
- Kohat_RAAS_v1
- GooseBay_RAAS_v1
- Mutaha_RAAS_v2
- BlackCoast_RAAS_v3
- Skorpo_RAAS_v4
2023-01-22 22:06:14 -06:00
ports:
game: 7787
query: 27165
rcon: 21114
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: 7789
query: 27167
rcon: 21115
layers:
2023-03-15 15:39:36 -05:00
- BlackCoast_Invasion_v4
- Gorodok_Invasion_v3
- Gorodok_RAAS_v12
- Harju_RAAS_v6
- Manicouagan_Invasion_v2
- Manicouagan_Invasion_v2
2023-03-07 19:55:05 -06:00
- Yehorivka_RAAS_v13
2023-03-15 15:39:36 -05:00
- Mestia_Invasion_v2
2023-04-26 14:12:44 -05:00
- name: "[ASG] Asgard Eternal | Teamwork Required"
2023-04-26 13:56:27 -05:00
server_id: 5
2023-01-22 22:06:14 -06:00
docker:
2023-04-26 13:56:27 -05:00
name: teamwork
images:
2023-04-26 13:56:27 -05:00
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: "{{ lookup('ansible.builtin.env', 'SQUAD_RCON_PASSWORD')}}"
squadjs_discord_token: "{{ lookup('ansible.builtin.env', 'SQUAD_MEE_SQUADJS_DISCORD_TOKEN')}}"
license: "{{ lookup('ansible.builtin.env', 'SQUAD_MEE_SERVER_LICENSE')}}"
2023-01-22 22:06:14 -06:00
ports:
game: 7787
query: 27165
rcon: 21114
layers:
2023-04-26 09:18:02 -05:00
- JensensRange_USA-RGF
- name: "[ASG] Asgard Eternal | Tactical"
server_id: 3
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
- Asgard Tactical INF
2023-04-25 07:26:03 -05:00
- Asgard Event Team
ports:
game: 7791
query: 27169
rcon: 21116
layers:
- Harju_RAAS_V6
- Narva_RAAS_v2
- Fallujah_RAAS_v5
- Gorodok_RAAS_v12
- Belaya_RAAS_v1
- AlBasrah_Invasion_v7
- Yehorivka_RAAS_v08
- Mutaha_RAAS_v6
- Skorpo_RAAS_v4
- Gorodok_RAAS_v01
- Chora_RAAS_v4
- Yehorivka_Invasion_v1
registry_site: asgard.orion-technologies.io
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:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHssdZ0i4vmFOWy49WmPujVEadMBxI+UvGJvFZwpziw+ sam@orion
2023-01-28 19:18:17 -06:00
- sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINvi+FdQSbfTLQ9VPHggyjRGeNelQDoGWlwYAmO4AO67AAAABHNzaDo= sam@orion-fido
2023-01-20 14:55:05 -06:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFhyEqrO6GViZGUNNgobKYRI/rnc5NqTxUZrVWL9TSYV kinsher@asg
2023-02-28 21:34:43 -06:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILnF/FetuAprot8KjSIjod/kuJblCoZzS9xKJLz3TA/N skillet@skillet-laptop
2023-01-29 17:39:51 -06:00
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHssdZ0i4vmFOWy49WmPujVEadMBxI+UvGJvFZwpziw+ github@actions