mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 08:41:20 +01:00
dc2dac98ad
- Remove 'credential' in favour of Identity - Add help texts for playbooks, identities. - Fix adding Playbooks (identities) - Editing playbooks now possible - Improves Vagrantfile to accomodate development (suitable for production also)
10 lines
401 B
Plaintext
10 lines
401 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.view({ 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. |