9 lines
124 B
YAML
9 lines
124 B
YAML
---
|
|
- name: Host configuration
|
|
hosts: all
|
|
become_user: root
|
|
become_method: sudo
|
|
|
|
roles:
|
|
- oracle-db-postinstall
|