{
  "name": "prod_infoblox_backup",
  "description": "Role applied to infoblox backup hosts",
  "run_list": [
    "role[prod_base_linux]",
    "recipe[irrigate-orchard_base::firewall]",
    "recipe[irrigate-orchard_base::infoblox_backup]",
    "recipe[irrigate-orchard_base::unattended_upgrade]"
  ],
  "default_attributes": {
    "firewall": {
      "firewalld": {
        "permanent": true
      }
    },
    "infoblox": {
      "aws_credentials_data_bag_name": "infoblox_backup_ny_aws_credentials",
      "backup": {
        "retention_days": "7"
      }
    },
    "sshd": {
      "sshd_config": {
        "PasswordAuthentication": "yes"
      }
    },
    "unattended_upgrades": {
      "automatic_reboot": true,
      "unattended_upgrade": 7
    }
  }
}
