Giter Club home page Giter Club logo

imc-ansible's Introduction

imc-ansible

  • Apache License, Version 2.0 (the "License")

install

  • ansible must be installed
sudo pip install ansible
  • you will need the latest imcsdk.
sudo pip install imcsdk
  • clone this repository
git clone https://github.com/ciscoucs/imc-ansible
cd imc-ansible

imc_managed_objects module usage and examples

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] ***

roles usage

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.

sample run using site.yml and roles

โž” 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

Community:

  • We are on Slack - slack requires registration, but the ucspython team is open invitation to anyone to register here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.