Skip to content

Commit

Permalink
feat(servers): change semaphoreui server port
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Jan 13, 2025
1 parent 86ae825 commit cf0c1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_collections/servers/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: binarybuilders
name: servers

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.1
version: 1.1.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
SEMAPHORE_ADMIN: admin
SEMAPHORE_ADMIN_PASSWORD: "{{ semaphore_admin_password }}"
SEMAPHORE_ACCESS_KEY_ENCRYPTION: "{{ semaphore_access_key_encryption }}"
SEMAPHORE_PORT: 3400
network: host
volumes:
- semaphoreui.volume:/mnt/playbooks
Expand Down

0 comments on commit cf0c1c2

Please sign in to comment.