new version
Some checks failed
Some checks failed
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
---
|
||||
all:
|
||||
children:
|
||||
minecraft_servers:
|
||||
hosts:
|
||||
minecraft-prod-01:
|
||||
ansible_host: 192.168.1.10
|
||||
vars:
|
||||
ansible_user: ansible
|
||||
environment: production
|
||||
minecraft_memory: 4096
|
||||
minecraft_port: 25565
|
||||
minecraft_servers:
|
||||
hosts:
|
||||
minecraft-prod-01:
|
||||
ansible_host: 10.0.1.10
|
||||
ansible_user: ansible
|
||||
minecraft_server_name: "Production Server 01"
|
||||
minecraft_port: 25565
|
||||
minecraft_rcon_port: 25575
|
||||
minecraft-prod-02:
|
||||
ansible_host: 10.0.1.11
|
||||
ansible_user: ansible
|
||||
minecraft_server_name: "Production Server 02"
|
||||
minecraft_port: 25565
|
||||
minecraft_rcon_port: 25575
|
||||
vars:
|
||||
environment: production
|
||||
backup_retention_days: 90
|
||||
update_schedule: "0 3 * * 0" # Dimanche 3h
|
Reference in New Issue
Block a user