ansible-galaxy collection install cisco.cml
ansible-galaxy collection install 'git@github.com:CiscoDevNet/ansible-cml.git,branch'
CML_USERNAME: Username for the CML user (used whenhostnot specified)CML_PASSWORD: Password for the CML user (used whenpasswordnot specified)CML_HOST: The CML host (used whenhostnot specified)CML_LAB: The name of the lab
Running Playbook against CML Labs
You can specify the topology file when you run the playbook as an extra–var.
ansible-playbook cisco.cml.build -e wait='yes' -e cml_lab_file=topology.yaml
No comments:
Post a Comment