sudo pip install ansible
sudo pip install imcsdk
git clone https://github.com/ciscoucs/imc-ansible
cd imc-ansible
The imc_managed_objects module provides access to the full IMC API through the imcsdk. imc_managed_objects requires the imcsdk
module, class, and any needed properties for configuration. Visore (available on the IMC browser at 'https:///visore.html') can
be used to help find Class names and required proerties on objects.
Examples using imc_managed_objects are provided in the playbooks directory, and here is example usage:
ansible-playbook -i example_inventory vnic_config.yml
PLAY [cimc] ***************************************************************************************************************************************************************************
TASK [Gather IMC inventory] ***
site.yml
and the various playbooks in the roles
folder can be used as an
example on how to use the various modules that are a part of this package.
Users can create a new playbook flow.yml
and pick taks from the example
roles and use them. Users can also modify the existing tasks and execute the
plays as shown in the next section of the readme.
inventory
file should be updated to mention the connection details of the
server.
ā ansible-playbook -i inventory site.yml
PLAY [imc]
*********************************************************************
TASK [common : check if imcsdk is installed]
***********************************
ok: [fpmr1_192.168.1.1]
TASK [common : install imcsdk]
*************************************************
skipping: [fpmr1_192.168.1.1]
TASK [admin : set password policy]
*********************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : create local user]
***********************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : delete local user]
***********************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : reset password policy]
*******************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : enable ntp]
******************************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : disable ntp]
*****************************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : enable LDAP]
*****************************************************
changed: [fpmr1_192.168.1.1]
TASK [admin : disable LDAP]
****************************************************
changed: [fpmr1_192.168.1.1]
TASK [boot : set boot order]
***************************************************
changed: [fpmr1_192.168.1.1]
TASK [boot : set boot order alternate]
*****************************************
changed: [fpmr1_192.168.1.1]
TASK [storage : create virtual drive]
******************************************
changed: [fpmr1_192.168.1.1]
TASK [storage : delete virtual drive]
******************************************
changed: [fpmr1_192.168.1.1]
PLAY RECAP
*********************************************************************
fpmr1_192.168.1.1 : ok=13 changed=12 unreachable=0 failed=0
Owner
Contributors
Categories
Data CenterProducts
UCS ManagerProgramming Languages
AnsiblePythonLicense
Code Exchange Community
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community