Skip to content

Commit

Permalink
add semaphore meta playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 5, 2024
1 parent 10ee8cb commit 52ad825
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbooks/conf_semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: Conf | Semaphore UI
hosts: localhost
gather_facts: false
vars_files:
- vars/semaphore.yml
roles:
- role: uniassist.semaphore
4 changes: 4 additions & 0 deletions playbooks/vars/semaphore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# auth
semaphore_admin_token: ~
semaphore_admin_password: admin

0 comments on commit 52ad825

Please sign in to comment.