.catalog: name: "keepalived" version: v0.2.0 description: "Autostart Keepalived (ONLY IF YOU KNOW WHAT YOU'RE DOING)" minimum_rancher_version: v0.46.0 uuid: keepalived:v0.2.0 questions: - variable: virtual_ip label: "Virtual IP" description: "Virtual IP in ip command format" type: "string" required: true - variable: master_ip description: "IP of master edge node" label: "Master IP" type: "string" required: true - variable: backup_ip description: "IP of backup edge node" label: "Backup IP" type: "string" required: true