mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Merge pull request #5405 from sivel/guide-rax-fix
Rackspace Guide Example Fix
This commit is contained in:
@@ -542,7 +542,7 @@ Build a complete webserver environment with servers, custom networks and load ba
|
||||
module: rax_clb_nodes
|
||||
credentials: ~/.raxpub
|
||||
load_balancer_id: "{{ clb.balancer.id }}"
|
||||
address: "{{ item.networks.private|first }}"
|
||||
address: "{{ item.rax_networks.private|first }}"
|
||||
port: 80
|
||||
condition: enabled
|
||||
type: primary
|
||||
|
||||
Reference in New Issue
Block a user