-
Notifications
You must be signed in to change notification settings - Fork 60
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 #565 from cloin/devel
Pull track into git and fix directions
- Loading branch information
Showing
19 changed files
with
193 additions
and
138 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
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
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
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
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
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
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
Binary file not shown.
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,16 +1,19 @@ | ||
version: "3" | ||
virtualmachines: | ||
- name: node2 | ||
image: red-hat-mbu/ansible | ||
shell: /bin/su - rhel -s /bin/bash | ||
machine_type: n1-standard-1 | ||
- name: node1 | ||
image: red-hat-mbu/ansible | ||
shell: /bin/su - rhel -s /bin/bash | ||
machine_type: n1-standard-1 | ||
- name: controller | ||
image: red-hat-mbu/automation-controller | ||
shell: /bin/su - rhel -s /bin/bash | ||
environment: | ||
TERM: xterm | ||
machine_type: n1-standard-4 | ||
- name: node2 | ||
image: red-hat-mbu/ansible | ||
shell: /bin/su - rhel -s /bin/bash | ||
machine_type: n1-standard-1 | ||
- name: node1 | ||
image: red-hat-mbu/ansible | ||
shell: /bin/su - rhel -s /bin/bash | ||
machine_type: n1-standard-1 | ||
- name: controller | ||
image: red-hat-mbu/automation-controller | ||
shell: /bin/su - rhel -s /bin/bash | ||
environment: | ||
TERM: xterm | ||
machine_type: n1-standard-4 | ||
allow_external_ingress: | ||
- http | ||
- https |
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,23 +1,25 @@ | ||
slug: getting-started-servicenow-automation | ||
id: faoq9b1onz2h | ||
type: track | ||
title: Getting started with ServiceNow automation | ||
teaser: Explore base functionality provided by the ServiceNow collection for Ansible | ||
Automation Platform | ||
title: Get started with ServiceNow automation | ||
description: Ansible Automation Platform brings certified integrations to some of | ||
the most popular IT services. Learn how to leverage a supported integration with | ||
ServiceNow in order to implement closed loop automation through incident and CMDB | ||
management to ensure your organizations source of truth remains trustworthy. | ||
icon: "" | ||
level: beginner | ||
tags: | ||
- itsm | ||
- ' servicenow' | ||
- ' cmdb' | ||
- cmdb | ||
- servicenow | ||
owner: redhat | ||
developers: | ||
- colin@redhat.com | ||
private: false | ||
published: true | ||
show_timer: true | ||
checksum: "17712047228775310334" | ||
timelimit: 3300 | ||
lab_config: | ||
overlay: false | ||
width: 33 | ||
position: right | ||
extend_ttl: 3300 | ||
feedback_recap_enabled: true | ||
loadingMessages: true | ||
checksum: "13692025422635255806" |
Oops, something went wrong.