February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Create network security group azure_rm_securitygroup: resource_group: example name: mysg01 purge_rules: yes rules: - name: 'AllowSSH' protocol: TCP source_address_prefix: * destination_port_range: 22 access: Allow priority: 100 direction: Inbound - name: 'AllowHTTP' protocol: TCP source_address_prefix: * destination_port_range: 80 priority: 101 direction: Inbound - name: 'AllowHTTPS' protocol: TCP source_address_prefix: * destination_port_range: 443 priority: 102 direction: Inbound - name: 'DenyAll' protocol: TCP source_address_prefix: * destination_port_range: * priority: 103 direction: Inbound tags: - recipe5
- name: Create subnet azure_rm_subnet: ...Read now
Unlock full access