Skip to content

Commit

Permalink
Playbook changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oravirt committed May 7, 2018
1 parent 9104f5d commit c8c53a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
6 changes: 3 additions & 3 deletions delete-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- name: Delete Database(s)
hosts: "{{ hostgroup }}"
user: ansible
sudo: yes
sudo_user: oracle
#user: ansible
become: yes
become_user: oracle
roles:
- oradb-delete

8 changes: 4 additions & 4 deletions full-rac-flex-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
- name: Host configuration
hosts: orarac-flex
user: ansible
sudo: yes
become: yes
roles:
- common
- orahost

- name: Storage Configuration
hosts: orarac-flex-hub
user: ansible
sudo: yes
become: yes
roles:
- orahost-storage

- name: Oracle Grid Infrastructure installation
hosts: orarac-flex
user: ansible
sudo: yes
become: yes
roles:
- oraswgi-install

- name: ASM Configuration, Database Server Installation & Database Creation
hosts: orarac-flex-hub
user: ansible
sudo: yes
become: yes
roles:
- oraasm-createdg
- oraswdb-install
Expand Down
6 changes: 2 additions & 4 deletions gi-opatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@


- name: Apply latest PSU to GI
hosts: orarac-dc2
user: ansible
sudo: yes
hosts: "{{ hostgroup }}"
become: yes
roles:
- oraswgi-opatch

2 changes: 0 additions & 2 deletions inventory/ec2

This file was deleted.

0 comments on commit c8c53a4

Please sign in to comment.