February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: creating a private network os_network: state: present name: private
- name: creating a private subnet os_subnet: state: present network_name: private name: app cidr: 192.168.0.0/24 dns_nameservers: - 8.8.4.4 - 8.8.8.8 host_routes: - destination: 0.0.0.0/0 nexthop: 104.131.86.234 - destination: 192.168.0.0/24 nexthop: 192.168.0.1
Read now
Unlock full access