Skip to content

Commit

Permalink
Merge pull request #17 from device42/D42-16383
Browse files Browse the repository at this point in the history
D42-16383 - Ansible inventory plugin timeout
  • Loading branch information
cscaglioned42 committed Jul 24, 2020
2 parents ca81a92 + 6282131 commit 7a23ee1
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 10 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -95,6 +95,7 @@ url: https://10.10.10.10
username: admin
password: password
ssl_check: False
debug: False
keyed_groups:
- key: d42_service_level
prefix: ''
Expand Down Expand Up @@ -130,6 +131,7 @@ D42_USER = 'device42 user'
D42_PWD = 'device42 password'
D42_URL = 'https:// device42 server IP address'
D42_SKIP_SSL_CHECK = False
D42_DEBUG = False
```

### How to run
Expand Down Expand Up @@ -165,6 +167,7 @@ D42_USER = admin
D42_PWD = adm!nd42
D42_URL = https://10.10.10.10
D42_SKIP_SSL_CHECK = True
D42_DEBUG = FALSE
# ====== Ansible settings =========
[DOQL]
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
@@ -1,6 +1,6 @@
namespace: "device42"
name: "d42"
version: "1.0.2"
version: "1.1.0"
readme: "README.md"
authors:
- "Will Tome (@willtome)"
Expand Down

0 comments on commit 7a23ee1

Please sign in to comment.