Skip to content

Commit ecaebbb

Browse files
authored
Merge pull request #43 from marcelmamula/cleanup
collection: Remove non-SAP roles and obsolete roles
2 parents eb41d84 + e20db3f commit ecaebbb

File tree

24 files changed

+12
-690
lines changed

24 files changed

+12
-690
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,20 @@ Within this Ansible Collection, there are various Ansible Roles and Ansible Modu
3232

3333
| Name                    | Summary |
3434
| :-- | :-- |
35-
| [os_ansible_user](/roles/os_ansible_user) | creates Ansible user `ansadm` with ssh key |
36-
| [os_etchosts](/roles/os_etchosts) | updates `/etc/hosts` |
37-
| [os_knownhosts](/roles/os_knownhosts) | updates known hosts file `/.ssh/known_hosts` |
3835
| [sap_control](/roles/sap_control) | starting and stopping SAP systems |
39-
| [sap_fapolicy](/roles/sap_fapolicy) | update service `fapolicyd` for generic / sap nw / sap hana related uids |
4036
| [sap_firewall](/roles/sap_firewall) | update service `firewalld` for generic / sap nw / sap hana related ports |
37+
| [sap_hana_backint](/roles/sap_hana_backint) | |
38+
| [sap_hana_sr_takeover](/roles/sap_hana_sr_takeover) | |
4139
| [sap_profile_update](/roles/sap_profile_update) | update default and instance profiles |
4240
| [sap_rfc](/roles/sap_rfc) | executes SAP RFCs |
43-
| [sap_rhsm](/roles/sap_rhsm) | Red Hat subscription manager registration |
41+
42+
**Deprecated Roles**
43+
Following Ansible Roles were deprecated:
44+
- os_ansible_user
45+
- os_etchosts
46+
- os_knownhosts
47+
- sap_fapolicy - Alternative role is available in [Linux System Roles](https://github.com/linux-system-roles/fapolicyd).
48+
- sap_rhsm - Alternative role is available in [Linux System Roles](https://github.com/linux-system-roles/rhc).
4449

4550
#### Ansible Modules
4651

docs/DEVELOPMENT.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,6 @@ collection/
1818
│ ├── sap_monitor_nw_response.sh
1919
│ └── sap_monitor_nw_status.sh
2020
├── roles/
21-
│ ├── os_ansible_user
22-
│ │ ├── defaults
23-
│ │ │ └── main.yml
24-
│ │ └── tasks
25-
│ │ └── main.yml
26-
│ ├── os_etchosts
27-
│ │ ├── defaults
28-
│ │ │ └── main.yml
29-
│ │ └── tasks
30-
│ │ ├── main.yml
31-
│ │ └── update_etchosts.yml
32-
│ ├── os_knownhosts
33-
│ │ ├── defaults
34-
│ │ │ └── main.yml
35-
│ │ └── tasks
36-
│ │ └── main.yml
3721
│ ├── sap_control
3822
│ │ ├── defaults
3923
│ │ │ └── main.yml
@@ -45,15 +29,6 @@ collection/
4529
│ │ ├── main.yml
4630
│ │ ├── prepare.yml
4731
│ │ └── sapcontrol.yml
48-
│ ├── sap_fapolicy
49-
│ │ ├── defaults
50-
│ │ │ └── main.yml
51-
│ │ └── tasks
52-
│ │ ├── enable_fapolicy.yml
53-
│ │ ├── get_sidadm_user.yml
54-
│ │ ├── get_user_uid.yml
55-
│ │ ├── main.yml
56-
│ │ └── update_fapolicy.yml
5732
│ ├── sap_firewall
5833
│ │ ├── defaults
5934
│ │ │ └── main.yml
@@ -64,19 +39,12 @@ collection/
6439
│ │ ├── generate_ports_nw.yml
6540
│ │ ├── main.yml
6641
│ │ └── update_firewall.yml
67-
│ ├── sap_profile_update
68-
│ │ ├── defaults
69-
│ │ │ └── main.yml
70-
│ │ └── tasks
71-
│ │ ├── main.yml
72-
│ │ └── update_parameter.yml
73-
│ └── sap_rhsm
42+
│ └── sap_profile_update
7443
│ ├── defaults
7544
│ │ └── main.yml
7645
│ └── tasks
7746
│ ├── main.yml
78-
│ ├── rhsm_refresh.yml
79-
│ └── rhsm_register.yml
47+
│ └── update_parameter.yml
8048
├── playbooks/
8149
│ ├── sample-os-yum-update.yml
8250
│ ├── sample-sap-control-all-restart-nw.yml

roles/os_ansible_user/README.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

roles/os_ansible_user/defaults/main.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

roles/os_ansible_user/tasks/main.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

roles/os_etchosts/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

roles/os_etchosts/defaults/main.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

roles/os_etchosts/tasks/main.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

roles/os_etchosts/tasks/update_etchosts.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

roles/os_knownhosts/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)