mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix other references to cloud net ids
This commit is contained in:
@@ -184,7 +184,8 @@ EXAMPLES = '''
|
||||
wait_for: 200
|
||||
flavor_id: 4
|
||||
nics:
|
||||
- net-id: 34605f38-e52a-25d2-b6ec-754a13ffb723
|
||||
# persistent-net
|
||||
- net-id: 67b77354-39a4-43de-b007-bb813ac5c35f
|
||||
meta:
|
||||
hostname: test1
|
||||
group: uge_master
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
local_action:
|
||||
security_groups: all-icmp-transient,web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default
|
||||
nics:
|
||||
- net-id: "28db7265-fb78-4937-bfe3-9c8a9b959c30"
|
||||
# transient-net
|
||||
- net-id: "96e0590b-e572-4340-9408-ce4d4e4f4536"
|
||||
name: "{{ name }}"
|
||||
module: nova_compute
|
||||
auth_url: "{{os_auth_url}}"
|
||||
|
||||
Reference in New Issue
Block a user