Semaphore/public/html/playbook/list.jade
Matej Kramny 0f180756ab Auth page
- Restructuring & co
2016-03-18 22:03:28 +00:00

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.