Created
October 17, 2017 00:02
-
-
Save alfredopalhares/82de474b5fbb602cd7fa76a4a654e7e4 to your computer and use it in GitHub Desktop.
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
--- | |
- hosts: | |
- oracle-db-prod | |
- teg-prd-db | |
become: true | |
vars: | |
oracle_base: "/u01/app/oracle" | |
rman_retention_policy: "RECOVERY WINDOW OF 7 DAYS" | |
rman_channel_disk: "'/u01/rmanbackup/%d/%d_%T_%U'" | |
roles: | |
- common | |
- oracledb-rman | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment