--- # routing - name: "routing" ansible.builtin.import_tasks: "routing.yaml" # firewall - name: "firewall" ansible.builtin.import_tasks: "firewall.yaml" # performance - name: "performance" ansible.builtin.import_tasks: "performance.yaml"