blob: 7592c41cd05ca9071fd517c047ae8a8c6ce9599b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Ansible Apache Libcloud Generic inventory script
[driver]
provider = CLOUDSTACK
host =
path =
secure = True
verify_ssl_cert = True
key =
secret =
[cache]
cache_path=/path/to/your/cache
cache_max_age=60
|