File tree 2 files changed +10
-15
lines changed
2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 3
3
4
4
* From the cloned repo run `site-config-tower.yml` playbook to create job templates and workflow template.
5
5
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
- ----
20
6
21
7
22
8
.List of Playbooks
41
27
| site-config-tower.yml | Playbook to call role `config-tower`
42
28
| site-osp-delete.yml | Playbook to call role
43
29
| 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
45
31
| site-smoke-osp.yml | Playbook to test three tier app on OSP
46
32
| site-smoketest-aws.yml | Playbook to test three tier app on AWS
47
33
| grading-script.yml | Self grading script
Original file line number Diff line number Diff line change
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>
You can’t perform that action at this time.
0 commit comments