--- - name: playbook name hosts: check_point connection: httpapi tasks: - name: "Test with two Check Point networks" cp_mgmt_network: name: "TEST" subnet: 1.1.1.0 mask_length: 24 cp_mgmt_network: name: "TEST2" subnet: 2.2.2.0 mask_length: 24 - name: "Add a new host object" cp_mgmt_host: name: "Test3" ip_address: 3.3.3.3