config mysql
This commit is contained in:
parent
663bcc8d36
commit
7cfd856748
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user