-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev collection.power aix vioshc role (#179)
* Updates to power_aix_vioshc role for python3. * Remove vars folder as this is moved to defaults * Updated vioshc_opt_free_size to defaults.
- Loading branch information
Showing
5 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,33 @@ | ||
# Ansible Role: power_aix_vioshc | ||
The [IBM Power Systems AIX](../../README.md) collection provides an [Ansible role](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html), referred to as `power_aix_vioshc`, which installs a Virtual I/O Server health assessment tool on a NIM master. | ||
The [IBM Power Systems AIX](../../README.md) collection provides an [Ansible role](https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html), referred to as `power_aix_vioshc`, which installs a Virtual I/O Server health assessment tool along with its dependent tools on a NIM master. | ||
|
||
For guides and reference, see the [Docs Site](https://ibm.github.io/ansible-power-aix/roles.html). | ||
|
||
## Requirements | ||
|
||
None. | ||
|
||
## Role Variables | ||
|
||
Available variables are listed below, along with default values: | ||
|
||
vioshc_opt_free_size (optional, str, 500) | ||
|
||
Specifies the free space in megabytes required in the /opt folder. | ||
This size is used to install dependent tools required for Virtual I/O Server health assessment tool. | ||
|
||
## Dependencies | ||
|
||
None. | ||
|
||
## Example Playbook | ||
|
||
- hosts: nimmaster | ||
- hosts: aix | ||
gather_facts: no | ||
include_role: | ||
name: power_aix_vioshc | ||
vars: | ||
vioshc_opt_free_size: 1000 | ||
|
||
## Copyright | ||
© Copyright IBM Corporation 2020 | ||
© Copyright IBM Corporation 2021 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Copyright (c) IBM Corporation 2021 | ||
vioshc_opt_free_size: 500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters