Update template host vars

This commit is contained in:
Nemo 2020-07-20 18:04:56 +02:00
parent fd9cdc9680
commit a24af9035c
1 changed files with 22 additions and 15 deletions

View File

@ -1,26 +1,33 @@
# Enable auto reboot # Enable auto reboot
#auto_reboot: true auto_reboot: true
# Cron task scheduling for auto reboot # Cron task scheduling for auto reboot
#cron_reboot_minute: "50" cron_reboot_minute: "50"
#cron_reboot_hour: "0" cron_reboot_hour: "0"
#cron_reboot_day: "*" cron_reboot_day: "*"
#cron_reboot_month: "*" cron_reboot_month: "*"
#cron_reboot_weekday: "1" cron_reboot_weekday: "1"
# Set to true if you want to enable auto upgrade # Set to true if you want to enable auto upgrade
#auto_upgrade: true auto_upgrade: true
# SSH port VM (default is 22 but you can change if needed)
ansible_port: 22
# Cron task scheduling for auto upgrade # Cron task scheduling for auto upgrade
#cron_upgrade_minute: "25" cron_upgrade_minute: "25"
#cron_upgrade_hour: "0" cron_upgrade_hour: "0"
#cron_upgrade_day: "*" cron_upgrade_day: "*"
#cron_upgrade_month: "*" cron_upgrade_month: "*"
#cron_upgrade_weekday: "*" cron_upgrade_weekday: "*"
# All authorized TCP ports # All authorized TCP ports
#tcp_authorized_ports: tcp_authorized_ports:
# - '22' - '22'
# All incoming authorized IP (all ports and all protocols) # All incoming authorized IP (all ports and all protocols)
#ip_authorized: [] ip_authorized: []
# All authorized UDP ports
udp_authorized_ports: []