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