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:
parent
59d0e01aaa
commit
14d64a9bbd
4 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
cloud/hcloud
|
||||
shippable/hcloud/group2
|
||||
shippable/hcloud/group1
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
cloud/hcloud
|
||||
shippable/hcloud/group2
|
||||
shippable/hcloud/group1
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue