Skip to content

Commit ba3c428

Browse files
committed
Fork this repo for HW
1 parent 3c7e11f commit ba3c428

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

Readme.adoc

+1-15
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@
33

44
* From the cloned repo run `site-config-tower.yml` playbook to create job templates and workflow template.
55
6-
[source,text]
7-
----
8-
[bastion]$ sudo -i
9-
[bastion]# cd ansible_advance_homework
10-
[bastion]# TOWER_GUID=<Ansible Tower Homework GUID from mail>
11-
[bastion]# OSP_GUID=<Openstack for Ansible GUID from mail>
12-
[bastion]# OPENTLC_LOGIN=<username-company.com>
13-
[bastion]# OPENTLC_PASSWORD=<your openlc account password>
14-
[bastion]# GITHUB_REPO=https://github.com/<githubhandler>/ansible_advance_homework
15-
[bastion]# JQ_REPO_BASE=http://www.opentlc.com/download/ansible_bootcamp
16-
[bastion]# REGION=<enter region name example us-east-1>
17-
[bastion]# RH_MAIL_ID=<your mail id for dynamic inventory tag>
18-
[bastion]# ansible-playbook site-config-tower.yml -e tower_GUID=${TOWER_GUID} -e osp_GUID=${OSP_GUID} -e opentlc_login=${OPENTLC_LOGIN} -e path_to_opentlc_key=/root/.ssh/mykey.pem -e param_repo_base=${JQ_REPO_BASE} -e opentlc_password=${OPENTLC_PASSWORD} -e REGION_NAME=${REGION} -e EMAIL=${RH_MAIL_ID} -e github_repo=${GITHUB_REPO}
19-
----
206
217
228
.List of Playbooks
@@ -41,7 +27,7 @@
4127
| site-config-tower.yml | Playbook to call role `config-tower`
4228
| site-osp-delete.yml | Playbook to call role
4329
| site-osp-instances.yml | Playbook to call role
44-
| site-setup-workstation.yml | Playbook to call role
30+
| site-setup-prereqs.yml | Playbook to call role
4531
| site-smoke-osp.yml | Playbook to test three tier app on OSP
4632
| site-smoketest-aws.yml | Playbook to test three tier app on AWS
4733
| grading-script.yml | Self grading script

labrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export OSP_GUID=<OSP Env GUID>
2+
export OPENTLC_LOGIN=psrivast-redhat.com
3+
export OSP_DOMAIN=<OSP Env domain name>
4+
export TOWER_GUID=<Tower env GUID>
5+
export OPENTLC_PASSWORD=<Your OPENTLC Password>
6+
export GITHUB_REPO=https://github.com/<github username>/nextgen_ansible_advanced_homework.git
7+
export JQ_REPO_BASE=http://www.opentlc.com/download/ansible_bootcamp
8+
export REGION=us-east-1
9+
export MAIL_ID=<Your mail id>

0 commit comments

Comments
 (0)