Version initial du 2020/09/10

This commit is contained in:
Yacine
2020-09-10 02:13:23 +02:00
parent a586a12cce
commit 372944395a
62 changed files with 4549 additions and 0 deletions

9
book-config-oel-6-7.yml Executable file
View 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