mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-23 18:21:42 +08:00
Use unified role for C3I workflows - https://pagure.io/c3i-library/blob/master/f/roles/c3i
16 lines
326 B
YAML
16 lines
326 B
YAML
- name: Deplomyent playbook
|
|
hosts: localhost
|
|
vars_files:
|
|
- c3i-role-vars.yml
|
|
tasks:
|
|
- git:
|
|
repo: "{{ c3i_lib_url }}"
|
|
dest: c3i-library
|
|
version: "{{ c3i_lib_branch }}"
|
|
- file:
|
|
src: c3i-library/roles
|
|
dest: roles
|
|
state: link
|
|
- include_role:
|
|
name: c3i
|