All Projects → ansible-collections → servicenow.itsm

ansible-collections / servicenow.itsm

Licence: GPL-3.0 license
Ansible Collection for ServiceNow ITSM

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to servicenow.itsm

cisco.iosxr
Ansible Network Collection for Cisco IOSXR
Stars: ✭ 44 (-2.22%)
Mutual labels:  ansible-collections
arista.eos
Ansible Network Collection for Arista EOS
Stars: ✭ 57 (+26.67%)
Mutual labels:  ansible-collections
cisco.ios
Ansible Network Collection for Cisco IOS
Stars: ✭ 202 (+348.89%)
Mutual labels:  ansible-collections
Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+6544.44%)
Mutual labels:  itsm
Glpi
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
Stars: ✭ 2,278 (+4962.22%)
Mutual labels:  itsm
serveradmin
Configuration management database system of InnoGames
Stars: ✭ 40 (-11.11%)
Mutual labels:  itsm
iTop-CN
iTop in chinese
Stars: ✭ 36 (-20%)
Mutual labels:  itsm
ansible.utils
A collection of ansible utilities for the content creator.
Stars: ✭ 35 (-22.22%)
Mutual labels:  ansible-collections

Ansible Collection for ServiceNow ITSM

The Ansible Collection for ServiceNow IT Service Management (ITSM) includes a variety of Ansible content to help automate the management of ServiceNow IT Service Management.

Releases and maintenance

Release Status Expected end of life
2 Maintained TBA
1 Maintained (bug fixes only) September 2023

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9.10.

For collections that support Ansible 2.9, please ensure you update your network_os to use the fully qualified collection name (for example, cisco.ios.ios). Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

Python version compatibility

This collection requires Python 2.7 or greater.

Included content

Inventory plugins

Name Description
servicenow.itsm.now Inventory source for ServiceNow table records.

Modules

Name Description
servicenow.itsm.api Manage ServiceNow POST, PATCH and DELETE requests
servicenow.itsm.api_info Manage ServiceNow GET requests
servicenow.itsm.attachment a module that users can use to download attachment using sys_id
servicenow.itsm.change_request Manage ServiceNow change requests
servicenow.itsm.change_request_info List ServiceNow change requests
servicenow.itsm.change_request_task Manage ServiceNow change request tasks
servicenow.itsm.change_request_task_info List ServiceNow change request tasks
servicenow.itsm.configuration_item Manage ServiceNow configuration items
servicenow.itsm.configuration_item_batch Manage ServiceNow configuration items in batch mode
servicenow.itsm.configuration_item_info List ServiceNow configuration item
servicenow.itsm.incident Manage ServiceNow incidents
servicenow.itsm.incident_info List ServiceNow incidents
servicenow.itsm.problem Manage ServiceNow problems
servicenow.itsm.problem_info List ServiceNow problems
servicenow.itsm.problem_task Manage ServiceNow problem tasks
servicenow.itsm.problem_task_info List ServiceNow problem tasks

Installing this collection

You can install the ServiceNow ITSM collection with the Ansible Galaxy CLI:

ansible-galaxy collection install servicenow.itsm

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: servicenow.itsm

Using this collection

You can either call modules by their Fully Qualified Collection Namespace (FQCN), such as servicenow.itsm.incident_info, or you can call modules by their short name if you list the servicenow.itsm collection in the playbook's collections keyword:

TODO: INCIDENT_INFO module example.

See Also:

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the ServiceNow ITSM collection repository. See Contributing to Ansible-maintained collections for more details.

You can also join us on:

See the Ansible Community Guide for details on contributing to Ansible.

Release notes

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].