Permalink
Browse files
Add playbook for repository command
- Loading branch information...
Showing
with
11 additions
and
0 deletions.
-
+11
−0
services/repository.yml
|
|
@@ -0,0 +1,11 @@ |
|
|
|
--- |
|
|
|
# This playbook should generates new project. |
|
|
|
- hosts: 127.0.0.1 |
|
|
|
connection: local |
|
|
|
gather_facts: no |
|
|
|
|
|
|
|
vars: |
|
|
|
cmf: drupal |
|
|
|
|
|
|
|
roles: |
|
|
|
- { role: '../core/cibox-project-builder' } |
0 comments on commit
4751a7e