For now enable this only on stg. Imported from: https://github.com/praiskup/fedora-copr-spinup-aarch64
8 lines
183 B
YAML
8 lines
183 B
YAML
- name: create instance
|
|
hosts: 127.0.0.1
|
|
gather_facts: False
|
|
connection: local
|
|
|
|
tasks:
|
|
- name: spin machine with script
|
|
local_action: shell /bin/bash ./vm-aarch64-alloc
|