Skip to content

Commit 64639f1

Browse files
committed
Update Blog “how-to-use-dscc-api-and-ansible-to-collect-the-storage-configuration”
1 parent 423e11e commit 64639f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/blog/how-to-use-dscc-api-and-ansible-to-collect-the-storage-configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ The complete workflow of the DSCC data capturing is shown in the following flow
2020

2121
![](/img/capturestorage-flowdiagram.png "Capture Storage System Flow Diagram")
2222

23-
24-
25-
23+
Now in order to be independent of any python library (or the lack of updates to a python library) I have decided to use Ansible built-in functionality to create the DSCC capture playbooks. The basic tasks that are used by the playbooks are on one hand the DSCC REST API call using the ansible.builtin.uri function and as a special call variant the retrieval of the DSCC access token - special in terms of the URI used to get the access token.
2624

2725
# Basic tasks
2826

0 commit comments

Comments
 (0)