Files
configure_oracle/book-config-oel-6-7.yml
2021-06-21 01:25:13 +02:00

11 lines
265 B
YAML
Executable File

---
- name: Host configuration
hosts: all
user: root
roles:
- { role: configure-host-oel6, when: "ansible_distribution_major_version == '6'" }
- { role: configure-host-oel7, when: "ansible_distribution_major_version >= '7'" }
# - install-oracle-sw