ansible_env_feten/host_vars/semaphore_vm.yml
2025-02-20 11:12:21 +00:00

18 lines
797 B
YAML

ansible_host: 51.255.97.175
semaphore_config_dir: /opt/semaphore/config
semaphore_data_dir: /opt/semaphore/data
your_mysql_root_password: "SecureMySQLRootPassword123" # REPLACE WITH YOUR ACTUAL ROOT PASSWORD!
semaphore_mysql_password: "SecureSemaphoreMySQLPassword456" # REPLACE WITH YOUR ACTUAL SEMAPHORE PASSWORD!
semaphore_database_type: mysql
semaphore_mysql_host: 127.0.0.1
semaphore_mysql_port: 3306
semaphore_mysql_database: semaphore
semaphore_mysql_user: semaphore
semaphore_container_name: semaphore
semaphore_image: semaphoreui/semaphore:latest
semaphore_http_port: 3000
semaphore_admin_user: admin
semaphore_admin_password: "SecureSemaphoreAdminPassword789" # REPLACE WITH YOUR ACTUAL ADMIN PASSWORD!
semaphore_admin_name: "Administrator"
semaphore_admin_email: "admin@example.com"