mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
12 lines
262 B
YAML
12 lines
262 B
YAML
---
|
|
|
|
- name: Provision Packet VMs
|
|
hosts: localhost
|
|
gather_facts: no
|
|
become: true
|
|
vars:
|
|
ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}"
|
|
test_name: "{{ test_id | regex_replace('\\.', '-') }}"
|
|
roles:
|
|
- { role: packet-ci, vm_cleanup: false }
|