February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create Public IP address azure_rm_publicipaddress: resource_group: example name: pip01 allocation_method: Static domain_name: test
state: present
register: publicip
tag:
- recipe3
- name: Show Public IP address debug:
msg: "{{ publicip.ip_address }}"
tag:
- recipe3
Read now
Unlock full access