config mysql

This commit is contained in:
faten 2025-02-20 11:12:21 +00:00
parent 663bcc8d36
commit 7cfd856748
2 changed files with 18 additions and 1 deletions

View File

@ -1 +1,17 @@
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"

3
hosts
View File

@ -1,5 +1,6 @@
;[all]
;stg-feten-vm2
[semaphore]
semaphore_vm
semaphore_vm ansible_host=51.255.97.175 ansible_user=ubuntu ansible_become=true