Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  plugin
  tftp
config.pp 5.11 KB
feature.pp 421 Bytes
init.pp 22.8 KB
install.pp 805 Bytes
params.pp 12.1 KB
plugin.pp 435 Bytes
proxydhcp.pp 3.02 KB
proxydns.pp 2.02 KB
register.pp 1.09 KB
remote_file.pp 400 Bytes
service.pp 218 Bytes
settings_file.pp 1.97 KB
tftp.pp 1.26 KB

Latest revisions

# Date Author Comment
4acf2d6a 06/16/2018 12:45 PM Daniel Lobato Garcia

Fixes #23905 - Use /usr/share/foreman-proxy as ansible_dir

Using /etc/ansible means that the ~foreman-proxy/.ansible.cfg file we
had set up will be ignored. This means the callback is ignored and any
other options we might set in /etc/foreman-proxy/ansible.cfg

7ee913c6 04/11/2018 04:14 PM Ewoud Kohl van Wijngaarden

Configure ansible reporting callback

358e7768 04/10/2018 07:08 PM Ewoud Kohl van Wijngaarden

Match foreman-proxy user to RPM packaging

77ed56fb 04/09/2018 01:38 PM Ewoud Kohl van Wijngaarden

Listen on IPv6 on EL7

On Ruby 2.0 listening on * only listens on IPv4. Listening on :: listens
on both IPv4 and IPv6.

Original issue:

https://bugs.ruby-lang.org/issues/7100
https://github.com/ruby/ruby/commit/b1f493dcd1092fe17cccec998e175516ed5c6e47

839944ab 04/09/2018 12:21 PM Luke Alexander

Add dhcp options to allow overrides (#422)

Adding dhcp options to allow override of:
- pxefilename (defaults to pxelinux.0)
- network (of the dhcp server, defaults to undef)
- netmask (of the dhcp server, defaults to undef)

07d8b52b 04/05/2018 09:18 AM Daniel Lobato Garcia

Fixes #22842 - Create .ansible.cfg in /etc/foreman-proxy

3f118a07 03/19/2018 04:26 PM Daniel Lobato Garcia

Fixes #22843 - host_key_checking should be False

Closes GH-416

435fd2d3 03/19/2018 03:53 PM Chris Roberts

Fixes #22862 - add async_ssh param

fff47a47 03/14/2018 04:06 PM Ewoud Kohl van Wijngaarden

Fix the documentation for the infoblox DHCP plugin

992f6d4a 03/11/2018 01:24 PM Daniel Lobato Garcia

Fixes #22845 - Install python-requests with Ansible

The callback needs this. It's already a very common package to have, but
if there's a clean installation of Foreman without Pulp, it will not be
there and the callback will not run until this dependency is installed.

View revisions

Also available in: Atom