diff --git a/plugins/modules/floating_ip.py b/plugins/modules/floating_ip.py index 08a72ac..90d2243 100644 --- a/plugins/modules/floating_ip.py +++ b/plugins/modules/floating_ip.py @@ -15,6 +15,7 @@ short_description: Create and manage cloud Floating IPs on the Hetzner Cloud. description: - Create, update and manage cloud Floating IPs on the Hetzner Cloud. + - To manage the DNS pointer of a Floating IP, use the M(hetzner.hcloud.rdns) module. author: - Lukas Kaemmerling (@lkaemmerling) diff --git a/plugins/modules/load_balancer.py b/plugins/modules/load_balancer.py index d1b5d00..5b6a57a 100644 --- a/plugins/modules/load_balancer.py +++ b/plugins/modules/load_balancer.py @@ -14,6 +14,7 @@ short_description: Create and manage cloud Load Balancers on the Hetzner Cloud. description: - Create, update and manage cloud Load Balancers on the Hetzner Cloud. + - To manage the DNS pointer of a Load Balancer, use the M(hetzner.hcloud.rdns) module. author: - Lukas Kaemmerling (@LKaemmerling) diff --git a/plugins/modules/primary_ip.py b/plugins/modules/primary_ip.py index 432ee95..6a8de79 100644 --- a/plugins/modules/primary_ip.py +++ b/plugins/modules/primary_ip.py @@ -15,6 +15,7 @@ short_description: Create and manage cloud Primary IPs on the Hetzner Cloud. description: - Create, update and manage cloud Primary IPs on the Hetzner Cloud. + - To manage the DNS pointer of a Primary IP, use the M(hetzner.hcloud.rdns) module. author: - Lukas Kaemmerling (@lkaemmerling) diff --git a/plugins/modules/server.py b/plugins/modules/server.py index 25e672e..dd1f52a 100644 --- a/plugins/modules/server.py +++ b/plugins/modules/server.py @@ -15,6 +15,7 @@ short_description: Create and manage cloud servers on the Hetzner Cloud. description: - Create, update and manage cloud servers on the Hetzner Cloud. + - To manage the DNS pointer of a Server, use the M(hetzner.hcloud.rdns) module. author: - Lukas Kaemmerling (@LKaemmerling)