Skip to content

Instantly share code, notes, and snippets.

@alfredopalhares
Created October 17, 2017 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredopalhares/82de474b5fbb602cd7fa76a4a654e7e4 to your computer and use it in GitHub Desktop.
Save alfredopalhares/82de474b5fbb602cd7fa76a4a654e7e4 to your computer and use it in GitHub Desktop.
---
- 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