mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
24 lines
614 B
Plaintext
24 lines
614 B
Plaintext
{
|
|
"debug": 0,
|
|
"no_ssl": 1,
|
|
"no_oauth": 1,
|
|
"imgdir": "/var/lib/imagefactory/images",
|
|
"ec2_ami_type": "ebs",
|
|
"rhevm_image_format": "qcow2",
|
|
"openstack_image_format": "qcow2",
|
|
"clients": {
|
|
"mock-key": "mock-secret"
|
|
},
|
|
"proxy_ami_id": "ami-id",
|
|
"max_concurrent_local_sessions": 2,
|
|
"max_concurrent_ec2_sessions": 4,
|
|
"ec2-32bit-util": "m1.small",
|
|
"ec2-64bit-util": "m1.large",
|
|
"image_manager": "file",
|
|
"image_manager_args": { "storage_path": "/var/lib/imagefactory/storage" },
|
|
"tdl_require_root_pw": 0,
|
|
"jeos_config": [ "/etc/imagefactory/jeos_images/" ],
|
|
"output": "json"
|
|
}
|
|
|