Skip to content

Commit f24e28b

Browse files
committed
ansible-doctor: Rebuild README.md
1 parent 0e8a9c9 commit f24e28b

File tree

25 files changed

+97
-98
lines changed

25 files changed

+97
-98
lines changed

roles/common/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ sets up the host generic stuff
3636

3737
- Minimum Ansible version: `2.14.0`
3838

39-
4039
## Default Variables
4140

4241
### common_packages

roles/cxoracle/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Install cx_Oracle with pip
2424

2525
- Minimum Ansible version: `2.14.0`
2626

27-
2827
## Default Variables
2928

3029
### cx_oracle3_source

roles/oradb_datapatch/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Manage datapatch for Oracle Database
1919

2020
- Minimum Ansible version: `2.14.0`
2121

22-
2322
## Default Variables
2423

2524
### oradb_datapatch_fail_on_db_not_exist

roles/oradb_facts/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Gather Ansible Facts from database
1919

2020
- Minimum Ansible version: `2.14.0`
2121

22-
2322
## Default Variables
2423

2524
### oradb_facts_db_user

roles/oradb_manage_db/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Create, modify and remove Oracle Databases
2222

2323
- Minimum Ansible version: `2.14.0`
2424

25-
2625
## Default Variables
2726

2827
### dbca_templatename

roles/oradb_manage_parameters/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Manage Oracle Database Parameters
1818

1919
- Minimum Ansible version: `2.14.0`
2020

21-
2221
## Default Variables
2322

2423
### restart_spparameter_changed

roles/oradb_manage_statspack/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Not RAC aware at the moment.
2323

2424
- Minimum Ansible version: `2.14.0`
2525

26-
2726
## Default Variables
2827

2928
### purgedays
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# oradb_manage_wallet
2+
3+
## Table of content
4+
5+
- [Requirements](#requirements)
6+
- [Dependencies](#dependencies)
7+
- [License](#license)
8+
- [Author](#author)
9+
10+
---
11+
12+
## Requirements
13+
14+
None.
15+
16+
17+
18+
19+
## Dependencies
20+
21+
None.

roles/oradb_rman/README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ All other role variables from `oradb_rman` are deprecated and will be removed in
3434

3535
- Minimum Ansible version: `2.14.0`
3636

37-
3837
## Default Variables
3938

4039
### oradb_rman_autofs
@@ -79,8 +78,8 @@ Lgofiledirectory for output of cronjobs.
7978
#### Default value
8079
8180
```YAML
82-
oradb_rman_cron_logdir: "{{ rman_cron_logdir | default('/var/log/oracle/rman/log')\
83-
\ }}"
81+
oradb_rman_cron_logdir: "{{ rman_cron_logdir | default('/var/log/oracle/rman/log')
82+
}}"
8483
```
8584
8685
### oradb_rman_cron_mkjob
@@ -112,8 +111,8 @@ Lgofiledirectory for `rman_wrapper.sh`.
112111
#### Default value
113112

114113
```YAML
115-
oradb_rman_log_dir: "{{ rman_log_dir | default(odb.0.rman_log_dir | default(oracle_base\
116-
\ + '/rman/log')) }}"
114+
oradb_rman_log_dir: "{{ rman_log_dir | default(odb.0.rman_log_dir | default(oracle_base
115+
+ '/rman/log')) }}"
117116
```
118117

119118
### oradb_rman_retention_policy_default
@@ -123,8 +122,8 @@ Defines the policy for the RMAN-Templates from role.
123122
#### Default value
124123

125124
```YAML
126-
oradb_rman_retention_policy_default: "{{ rman_retention_policy_default | default('RECOVERY\
127-
\ WINDOW OF 14 DAYS') }}"
125+
oradb_rman_retention_policy_default: "{{ rman_retention_policy_default | default('RECOVERY
126+
WINDOW OF 14 DAYS') }}"
128127
```
129128

130129
### oradb_rman_script_dir
@@ -134,8 +133,8 @@ Directory for `*.rman`-Files.
134133
#### Default value
135134

136135
```YAML
137-
oradb_rman_script_dir: "{{ rman_script_dir | default(odb.0.rman_script_dir | default(oracle_base\
138-
\ + '/rman')) }}"
136+
oradb_rman_script_dir: "{{ rman_script_dir | default(odb.0.rman_script_dir | default(oracle_base
137+
+ '/rman')) }}"
139138
```
140139

141140
### oradb_rman_tns_admin
@@ -146,8 +145,8 @@ This is needed for RMAN-Catalogconnections.
146145
#### Default value
147146

148147
```YAML
149-
oradb_rman_tns_admin: "{{ rman_tns_admin | default(oracle_base + '/rman/network/admin')\
150-
\ }}"
148+
oradb_rman_tns_admin: "{{ rman_tns_admin | default(oracle_base + '/rman/network/admin')
149+
}}"
151150
```
152151

153152
### oradb_rman_tnsnames_installed
@@ -172,8 +171,8 @@ Directory for Oracle wallet.
172171
#### Default value
173172

174173
```YAML
175-
oradb_rman_wallet_loc: "{{ rman_wallet_loc | default(oracle_base + '/rman/network/wallet')\
176-
\ }}"
174+
oradb_rman_wallet_loc: "{{ rman_wallet_loc | default(oracle_base + '/rman/network/wallet')
175+
}}"
177176
```
178177

179178
### oradb_rman_wallet_password
@@ -208,8 +207,6 @@ oradb_rman_wallet_password: "{{ rman_wallet_password | default('oracleWallet1')
208207

209208
**_tns_**
210209

211-
**_tnsnames_**
212-
213210
**_wallet_**
214211

215212
**_wallet_contents_**

roles/orahost/README.md

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Role to configure the hostsystem for ansible-oracle
6666

6767
- Minimum Ansible version: `2.14.0`
6868

69-
7069
## Default Variables
7170

7271
### asmlib_rpm
@@ -88,7 +87,8 @@ Name / Url for rpm oracleasm-support for RHEL6/OL6.
8887
#### Default value
8988
9089
```YAML
91-
asmlib_rpm_el6: http://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.4-1.el6.x86_64.rpm
90+
asmlib_rpm_el6:
91+
http://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.4-1.el6.x86_64.rpm
9292
```
9393
9494
### asmlib_rpm_el7
@@ -98,7 +98,8 @@ Name / Url for rpm oracleasm-support for RHEL7/OL7.
9898
#### Default value
9999
100100
```YAML
101-
asmlib_rpm_el7: http://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.12-1.el7.x86_64.rpm
101+
asmlib_rpm_el7:
102+
http://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.12-1.el7.x86_64.rpm
102103
```
103104
104105
### asmlib_rpm_el8
@@ -108,7 +109,8 @@ Name / Url for rpm oracleasm-support for RHEL8/OL8.
108109
#### Default value
109110
110111
```YAML
111-
asmlib_rpm_el8: https://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.17-1.el8.x86_64.rpm
112+
asmlib_rpm_el8:
113+
https://download.oracle.com/otn_software/asmlib/oracleasmlib-2.0.17-1.el8.x86_64.rpm
112114
```
113115
114116
### asmlib_rpm_sles
@@ -118,7 +120,8 @@ Name / Url for rpm oracleasm-support for SLES.
118120
#### Default value
119121
120122
```YAML
121-
asmlib_rpm_sles: http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/sles12/amd64/2.1.8/oracleasm-support-2.1.8-1.SLE12.x86_64.rpm
123+
asmlib_rpm_sles:
124+
http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/sles12/amd64/2.1.8/oracleasm-support-2.1.8-1.SLE12.x86_64.rpm
122125
```
123126
124127
### asmlibsupport_rpm
@@ -144,23 +147,26 @@ asmlibsupport_rpm: Value from `asmlibsupport_rpm_el6`, `asmlibsupport_rpm_el7` o
144147
#### Default value
145148

146149
```YAML
147-
asmlibsupport_rpm_el6: http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/rhel6/amd64/2.1.8/oracleasm-support-2.1.8-1.el6.x86_64.rpm
150+
asmlibsupport_rpm_el6:
151+
http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/rhel6/amd64/2.1.8/oracleasm-support-2.1.8-1.el6.x86_64.rpm
148152
```
149153
150154
### asmlibsupport_rpm_el7
151155
152156
#### Default value
153157
154158
```YAML
155-
asmlibsupport_rpm_el7: https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracleasm-support-2.1.11-2.el7.x86_64.rpm
159+
asmlibsupport_rpm_el7:
160+
https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracleasm-support-2.1.11-2.el7.x86_64.rpm
156161
```
157162
158163
### asmlibsupport_rpm_el8
159164
160165
#### Default value
161166
162167
```YAML
163-
asmlibsupport_rpm_el8: https://yum.oracle.com/repo/OracleLinux/OL8/latest/x86_64/getPackage/oracleasm-support-2.1.11-2.el8.x86_64.rpm
168+
asmlibsupport_rpm_el8:
169+
https://yum.oracle.com/repo/OracleLinux/OL8/latest/x86_64/getPackage/oracleasm-support-2.1.11-2.el8.x86_64.rpm
164170
```
165171
166172
### configure_etc_hosts
@@ -285,8 +291,8 @@ Set IP to 2nd Interface on virtualbox and 1st for all otehr installations
285291
#### Default value
286292

287293
```YAML
288-
etc_hosts_ip: "{% if 'virtualbox' in ansible_virtualization_type %}{{ ansible_all_ipv4_addresses[1]\
289-
\ }}{% else %}{{ ansible_default_ipv4.address }}{% endif %}"
294+
etc_hosts_ip: "{% if 'virtualbox' in ansible_virtualization_type %}{{ ansible_all_ipv4_addresses[1]
295+
}}{% else %}{{ ansible_default_ipv4.address }}{% endif %}"
290296
```
291297

292298
### extrarepos_disabled
@@ -304,8 +310,8 @@ extrarepos_disabled: '[]'
304310
#### Default value
305311

306312
```YAML
307-
extrarepos_enabled: "{%- if ansible_distribution == 'OracleLinux' -%}ol{{ ansible_distribution_major_version\
308-
\ }}_addons{%- else -%}{%- endif %}"
313+
extrarepos_enabled: "{%- if ansible_distribution == 'OracleLinux' -%}ol{{ ansible_distribution_major_version
314+
}}_addons{%- else -%}{%- endif %}"
309315
```
310316

311317
### firewall_service
@@ -331,7 +337,8 @@ grid_users:
331337
primgroup: '{{ oracle_group }}'
332338
othergroups: '{{ asmadmin_group }},{{ asmdba_group }},{{ asmoper_group }},{{ dba_group
333339
}}'
334-
passwd: $6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0
340+
passwd:
341+
$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0
335342
```
336343

337344
### host_fs_layout
@@ -663,7 +670,8 @@ oracle_users:
663670
primgroup: '{{ oracle_group }}'
664671
othergroups: '{{ dba_group }},{{ asmadmin_group }},{{ asmdba_group }},{{ asmoper_group
665672
}},backupdba,dgdba,kmdba,{{ oper_group }}'
666-
passwd: $6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0
673+
passwd:
674+
$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0
667675
```
668676

669677
### os_family_supported
@@ -673,8 +681,8 @@ Support is limited to RHE/OL and SuSE
673681
#### Default value
674682

675683
```YAML
676-
os_family_supported: "{% if ansible_os_family == 'Suse' %}Suse{% else %}RedHat{% endif\
677-
\ %}"
684+
os_family_supported: "{% if ansible_os_family == 'Suse' %}Suse{% else %}RedHat{% endif
685+
%}"
678686
```
679687

680688
### os_min_supported_version
@@ -684,8 +692,8 @@ Minimum supported versions for SLES is 12.1 and RHEL/OL >= 6.4
684692
#### Default value
685693

686694
```YAML
687-
os_min_supported_version: "{% if ansible_os_family == 'Suse' %}12.1{% else %}6.4{%\
688-
\ endif %}"
695+
os_min_supported_version: "{% if ansible_os_family == 'Suse' %}12.1{% else %}6.4{%
696+
endif %}"
689697
```
690698

691699
### percent_hugepages
@@ -759,12 +767,6 @@ transparent_hugepage_disable:
759767

760768
**_hostfs_**
761769

762-
**_hugepages_**
763-
764-
**_iptables,firewalld_**
765-
766-
**_molecule-idempotence-notest_**
767-
768770
**_nozeroconf_**
769771

770772
**_orahost_assert_**
@@ -787,16 +789,12 @@ transparent_hugepage_disable:
787789

788790
**_sudoadd_**
789791

790-
**_sysctl_**
791-
792792
**_sysctl,hugepages_**
793793

794794
**_sysctl,hugepages,molecule-idempotence-notest_**
795795

796796
**_sysctl,molecule-idempotence-notest_**
797797

798-
**_timezone_**
799-
800798
**_tphnuma_**
801799

802800
**_tphnuma,molecule-idempotence-notest_**

0 commit comments

Comments
 (0)