Version initial du 2020/09/10
This commit is contained in:
9
book-config-oel-6-7.yml
Executable file
9
book-config-oel-6-7.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user