Project

General

Profile

Download (228 Bytes) Statistics
| Branch: | Tag: | Revision:
90a98bb9 Ivan Nečas
# Ansible proxy default parameters
class foreman_proxy::plugin::ansible::params {
$enabled = true
$listen_on = 'https'
4acf2d6a Daniel Lobato Garcia
$ansible_dir = '/usr/share/foreman-proxy'
71ef0436 Tomer Brisker
$working_dir = '/tmp'
3f118a07 Daniel Lobato Garcia
$host_key_checking = false
90a98bb9 Ivan Nečas
}