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-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# ansible-oracledb
2
2
Using Ansible to install an Oracle datatabase 12c and configure it. The following steps are executed.
3
3
4
-
1. The OS is configured with packages and required kernel configurations to install and configure and Oracle database.
4
+
1. The OS is configured with packages and required kernel configurations to install and configure an Oracle database.
5
5
1. The Oracle database is installed and configured using an RSP file. The RSP file is configured using templates in Ansible.
6
-
1. The /etc/oratab is modified to allow the usage of commands to start and to shutdown the database. The file is modified using a regular expresion, through Ansible.
6
+
1. The /etc/oratab is modified to allow the usage of commands to start and to shutdown the database. The file is modified using a regular expresion through Ansible.
7
7
1. A couple of services, to manage the database and its listener, are created using templates to create services configuration files and an Ansible module called service to enable the services.
8
8
1. The database and its listener are started using the Ansible module called service.
0 commit comments