mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-22 16:20:44 +01:00
0f180756ab
- Restructuring & co
10 lines
402 B
Plaintext
10 lines
402 B
Plaintext
h1 Playbooks
|
|
button.btn.btn-default.pull-right(ui-sref="addPlaybook")
|
|
i.fa.fa-fw.fa-plus
|
|
| Add
|
|
|
|
table.table
|
|
tr(ng-repeat="playbook in playbooks")
|
|
td: a(ui-sref="playbook.tasks({ playbook_id: playbook._id })") {{ playbook.name }}
|
|
|
|
blockquote Playbooks are ansible playbooks. Each playbook defines a git repository with the playbook code. Semaphore downloads the playbook and runs the task file. |