You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ Pythia requires you to run Ansible 2.7 or higher. The Oracle Software you want t
37
37
Installation and Configuration
38
38
------------------------------
39
39
40
-
1. Clone the Repository to your Ansible Controlserver: git clone https://github.com/theoracleme/pythia.git
40
+
1. Clone the Repository to your Ansible Controlserver: `git clone https://github.com/theoracleme/pythia.git`
41
41
2. Setup a Fileshare, that includes the Oracle Software you want to install and mount it to the Ansible Controlserver.
42
42
3. Configure the Fileshare as "Staging Area" by changing the "local_stage_directory" variable in the `vars/main.yml`
43
-
4. Configure all Variables fitting your environment. A description for all Variables can be found in the Roles README.md or the `vars/main.yml` File.
43
+
4. Configure all Variables fitting your environment. A description for all Variables can be found in the Roles [README.md](https://github.com/thedatabaseme/pythia/blob/master/roles/pythia/README.md) or the `vars/main.yml` File.
44
44
5. Configure the `vars/rdbms_dict.yml`, `vars/patch_dict.yml` and `vars/sid_directories.yml` to suite your needs. A description for all Variables can be found in the Dictionary File or the README.md.
45
45
Further Informations about what to change, can also be found in the [INSTALL.md](https://github.com/thedatabaseme/pythia/blob/master/INSTALL.md)
46
46
6. Define your Hosts or Hostgroups in the Ansible Host Inventory. (e.G. hosts)
0 commit comments