-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from sdodsley/release_1_1_0
Release 1.1.0
- Loading branch information
Showing
8 changed files
with
61 additions
and
8 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,15 +1,39 @@ | ||
objects: | ||
role: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
filter: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: {} | ||
module: | ||
pure1_alerts: | ||
description: Collect array alerts from Pure1 based on severity | ||
name: pure1_alerts | ||
namespace: '' | ||
version_added: 1.1.0 | ||
pure1_array_tags: | ||
description: Manage array tags in Pure1 | ||
name: pure1_array_tags | ||
namespace: '' | ||
version_added: 1.0.0 | ||
pure1_info: | ||
description: Collect information from Pure1 | ||
name: pure1_info | ||
namespace: '' | ||
version_added: 1.0.0 | ||
pure1_network_interfaces: | ||
description: Collect array netowrk interface details from Pure1 | ||
name: pure1_network_interfaces | ||
namespace: '' | ||
version_added: 1.1.0 | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
test: {} | ||
vars: {} | ||
version: 1.0.0 | ||
version: 1.1.0 |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
namespace: purestorage | ||
name: pure1 | ||
version: 1.0.0 | ||
version: 1.1.0 | ||
readme: README.md | ||
authors: | ||
- Pure Storage Ansible Team <[email protected]> | ||
|
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 @@ | ||
--- | ||
requires_ansible: '>=2.9.10' |
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 |
---|---|---|
|
@@ -245,7 +245,6 @@ | |
get_pure1, | ||
pure1_argument_spec, | ||
) | ||
import time | ||
|
||
|
||
def main(): | ||
|