mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
* a new module pagerduty_user
* fixed issues related to sanity
* fixed issues related to sanity
* modified the module
* shippable
* typo
* shippable
* removed e
* shippable
* shippable
* shippable
* updated test files
* Update plugins/modules/monitoring/pagerduty_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
(cherry picked from commit 63fbcdb4b1
)
Co-authored-by: Zainab Alsaffar <za5775@rit.edu>
This commit is contained in:
parent
e03431d9f6
commit
4953fda9a0
5 changed files with 294 additions and 0 deletions
5
tests/integration/targets/pagerduty_user/vars/main.yml
Normal file
5
tests/integration/targets/pagerduty_user/vars/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pd_api_access_token: your_api_access_token
|
||||
fullname: User Name
|
||||
email: user@email.com
|
||||
pd_role: observer
|
||||
pd_teams: team1
|
Loading…
Add table
Add a link
Reference in a new issue