Semaphore/lib/views/playbook/list.jade
Matej Kramny dc2dac98ad Edit playbooks, help texts
- 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)
2015-01-30 15:41:49 +00:00

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.