Users Guide
Getting Started
How OpenManage Ansible Modules works
OpenManage Ansible modules uses the Server Conguration Prole (SCP) for most of the conguration management, deployment, and
update of PowerEdge Servers. An SCP contains all BIOS, iDRAC, LC, Network and Storage settings of a PowerEdge server. You can apply
them to multiple servers, enabling rapid, reliable, and reproducible conguration.
You can perform an SCP operation using any of the following methods:
• Export to or import from a remote network share via CIFS, NFS.
• Export or import via local le streaming (for iDRAC rmware 3.00.00.00 and above).
Setting up a local mount point for a remote network share
Mount the remote network share (CIFS or NFS) locally on the Ansible control machine where you want to run the playbook or modules.
Local mount point should have read-write privileges in order for OpenManage Ansible modules to write an SCP le to remote network share
that will be imported by iDRAC.
NOTE
: Refer to Linux man pages for mounting an NFS or CIFS network share on Ansible control machine.
Running your rst Playbook
To run a playbook:
1 Run the following command on the Ansible control machine:
ansible-playbook playbookname.yml
2 Press Enter.
With OpenManage Ansible Modules, you can construct a playbook with a set of modules resulting in a automation workow for
conguration, deployments and updates of PowerEdge Servers.
To view the list of all available modules:
1 Run the following command on the Ansible control machine:
ansible-doc -l | grep "dellemc"
2 Press Enter.
List of the available modules is displayed.
To view the documentation of a module:
1 Run the following command on the Ansible control machine:
ansible-doc <module name>
2 Press Enter.
2
6 Getting Started