foreman_smartproxy

Smart proxies provide an API for a higher-level orchestration tool. Foreman supports the following smart proxies: DHCP (ISC DHCP & MS DHCP servers), DNS (bind & MS DNS servers), Puppet >= 0.24.x, Puppet CA, Realm (FreeIPA), Templates, TFTP.

Example Usage

# Autogenerated example with required keys
data "foreman_smartproxy" "example" {
  name = "dns.dc1.company.com"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the smart proxy.

Attributes Reference

The following attributes are exported:

  • name - The name of the smart proxy.
  • url - Uniform resource locator of the proxy.