Skip to content

singh-lovepreet1/AAP_ansible_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roles Playbooks

Using the Example playbooks

  1. Update the inventory Update the idrac IP's, hostnames in the inventory file.

  2. Update the varaibles required for a role under vars_files folder.

  3. Run the following command to run the role `ansible-playbook <role_folder>/<role_file>.yml -i inventory

Folder Tree

.
├── idrac_attributes
│   └── idrac_attributes.yml
├── idrac_bios
│   └── idrac_bios.yml
├── idrac_certificate
│   └── idrac_certificate.yml
├── idrac_export_server_config_profile
│   └── idrac_export_server_config_profile.yml
├── idrac_firmware
│   └── idrac_firmware.yml
├── idrac_gather_facts
│   └── idrac_gather_facts.yml
├── idrac_import_server_config_profile
│   └── idrac_import_server_config_profile.yml
├── idrac_os_deployment
│   └── idrac_os_deployment.yml
├── idrac_reset
│   └── idrac_reset.yml
├── idrac_server_powerstate
│   └── idrac_server_powerstate.yml
├── idrac_storage_controller
│   └── idrac_storage_controller.yml
├── inventory
├── README.md
├── redfish_firmware
│   └── redfish_firmware.yml
├── redfish_storage_volume
│   └── redfish_storage_volume.yml
└── vars_files
    ├── bios.yml
    ├── certificates.yml
    ├── credentials.yml
    ├── export.yml
    ├── firmware.yml
    ├── import.yml
    ├── osd.yml
    ├── reset.yml
    └── storage_controller.yml
    └── storage.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published