-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup Centos roles README and galaxy metadata
Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
- Loading branch information
1 parent
c4f1ef0
commit f38dd10
Showing
7 changed files
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Centos Role | ||
|
||
This role apply the basic SEAPATH prerequisites for any centos machine | ||
|
||
## Requirements | ||
|
||
no requirement. | ||
|
||
## Role Variables | ||
|
||
- syslog_tls_ca | ||
- syslog_tls_key | ||
- syslog_tls_server_ca | ||
- admin_user | ||
- admin_passwd | ||
- admin_ssh_keys | ||
- grub_append | ||
- syslog_server_ip | ||
|
||
## Example Playbook | ||
|
||
```yaml | ||
- hosts: cluster_machines | ||
roles: | ||
- { role: seapath_ansible.centos } | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: "RTE" | ||
description: Prerequisite for all centos machine | ||
min_ansible_version: 2.9.10 | ||
license: Apache-2.0 | ||
platforms: | ||
- name: Centos | ||
versions: | ||
- all | ||
dependencies: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# CentOS Hypervisor Role | ||
|
||
This role applies the hypervisor specific configurations (virtualisation, realtime...) for Centos machines | ||
|
||
## Requirements | ||
|
||
no requirement. | ||
|
||
## Role Variables | ||
|
||
- isolcpus | ||
- vhost_vsock | ||
- sriov_driver | ||
- sriov | ||
- cpusystem | ||
- cpuuser | ||
- cpumachines | ||
- cpumachinesrt | ||
- cpumachinesnort | ||
- cpuovs | ||
- custom_tuned_profile_path | ||
|
||
## Example Playbook | ||
|
||
```yaml | ||
- hosts: cluster_machines | ||
roles: | ||
- { role: seapath_ansible.centos_hypervisor } | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: "RTE" | ||
description: applies the hypervisor specific configurations (virtualisation, realtime...) for Centos machines | ||
license: Apache-2.0 | ||
min_ansible_version: 2.9.10 | ||
platforms: | ||
- name: CentOS | ||
versions: | ||
- all | ||
dependencies: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# CentOS Physical Machine Role | ||
|
||
This role applies the SEAPATH prerequisites for any Debian physical machine (hypervisor, observer, or standalone) | ||
|
||
## Requirements | ||
|
||
no requirement. | ||
|
||
## Role Variables | ||
|
||
- extra_sysctl_physical_machines | ||
- extra_kernel_modules | ||
- admin_user | ||
- logstash_server_ip | ||
- pacemaker_shutdown_timeout | ||
- chrony_wait_timeout_sec | ||
|
||
## Example Playbook | ||
|
||
```yaml | ||
- hosts: cluster_machines | ||
roles: | ||
- { role: seapath_ansible.centos_physical_machine } | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
galaxy_info: | ||
author: "RTE" | ||
description: applies the SEAPATH prerequisites for any Debian physical machine (hypervisor, observer, or standalone) | ||
license: Apache-2.0 | ||
min_ansible_version: 2.9.10 | ||
platforms: | ||
- name: CentOS | ||
versions: | ||
- all | ||
dependencies: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters