--- # create network - name: "docker - create phpipam network" community.docker.docker_network: name: "phpipam" driver: "bridge" state: "present"