1# Copyright 2013 Google Inc.
2#
3# This file is part of Ansible
4#
5# Ansible is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
10# Ansible is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
17
18
19# Author: Josha Inglis <jinglis@iix.net> based on the gce.ini by Eric Johnson <erjohnso@google.com>
20
21[ovirt]
22# For ovirt.py script, which can be used with Python SDK version 3
23# Service Account configuration information can be stored in the
24# libcloud 'secrets.py' file.  Ideally, the 'secrets.py' file will already
25# exist in your PYTHONPATH and be picked up automatically with an import
26# statement in the inventory script.  However, you can specify an absolute
27# path to the secrets.py file with 'libcloud_secrets' parameter.
28ovirt_api_secrets =
29
30# If you are not going to use a 'secrets.py' file, you can set the necessary
31# authorization parameters here.
32ovirt_url =
33ovirt_username =
34ovirt_password =
35ovirt_ca_file =
36