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 whenhost
not specified)CML_PASSWORD
: Password for the CML user (used whenpassword
not specified)CML_HOST
: The CML host (used whenhost
not 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