# Sample configuration file for HSM adoption automation # Copy this file to config.env and customize for your environment # Base directory for Proteccio adoption files # Default uses current user's home directory PROTECCIO_BASE_DIR="$HOME/adopt_proteccio" # Path to the Proteccio HSM Ansible role PROTECCIO_ROLES_DIR="$PROTECCIO_BASE_DIR/roles/ansible-role-rhoso-proteccio-hsm" # Directory containing Proteccio client certificates and configuration files PROTECCIO_FILES_DIR="$PROTECCIO_BASE_DIR/proteccio_files" # Ansible inventory file for the adoption INVENTORY_FILE="inventory.proteccio.yaml" # Ansible playbook file for the adoption PLAYBOOK_FILE="playbooks/barbican_hsm_adoption.yml" # Expected user account (user that should run the script) EXPECTED_USER="stack" # Additional Ansible variables (optional) # export ANSIBLE_HOST_KEY_CHECKING=False # export ANSIBLE_TIMEOUT=60