1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Add hcloud_load_balancer_target.py

This commit is contained in:
Lukas Kämmerling 2020-06-29 07:16:35 +02:00
parent 59d0e01aaa
commit 14d64a9bbd
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
cloud/hcloud
shippable/hcloud/group2
shippable/hcloud/group1

View file

@ -1,2 +1,2 @@
cloud/hcloud
shippable/hcloud/group2
shippable/hcloud/group1

View file

@ -2,5 +2,5 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
---
hcloud_prefix: "tests"
hcloud_server_name: "{{hcloud_prefix}}-load_balancer-target"
hcloud_server_name: "{{hcloud_prefix}}-lb-target"
hcloud_load_balancer_name: "{{hcloud_prefix}}-load_balancer-target"

View file

@ -43,7 +43,7 @@
hcloud_load_balancer_target:
target: "server"
load_balancer: "{{hcloud_load_balancer_name}}"
server: "{{hcloud_server_name}}"
server: "{{hcloud_server_name}}"
state: present
register: load_balancerNetwork
- name: verify create load_balancer target