add releng-automation git repo to loopabull system
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
325458c4d4
commit
7f8612c437
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,12 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: git clone the releng-automation playbook repo
|
||||||
|
git:
|
||||||
|
repo: "https://pagure.io/releng-automation.git"
|
||||||
|
dest: "/usr/local/loopabull-playbooks"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- {
|
- {
|
||||||
role: loopabull,
|
role: loopabull,
|
||||||
|
@ -52,3 +58,4 @@
|
||||||
playbook_cmd: /usr/bin/ansible-playbook
|
playbook_cmd: /usr/bin/ansible-playbook
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue