opentelekomcloud.server_common
OpenTelekomCloud Server-Common Role
This role sets up basic initial settings for any cloud server. Here’s what it does:
- Disables root login
- Turns off password login
- Limits journal log disk space to prevent overflow
- Installs commonly used packages
Requirements
There are no requirements.
Role Variables
Here are the available variables and their default values (found in defaults/main.yml
):
journalctl_max_disk_usage
: 1G (Maximum disk space used by Journalctl)enable_ssh_tcp_forwarding
: false (Enable TCP forwarding in SSH settings)
Dependencies
There are no dependencies.
Example Playbook
Here's an example of how to use this role, including variable settings:
- hosts: bastion
roles:
- { role: opentelekomcloud.server_common, enable_ssh_tcp_forwarding: True }
License
Apache
Author Information
OpenTelekomCloud
Informazioni sul progetto
Obvious initial setting to be applied to any cloud server
Installa
ansible-galaxy install opentelekomcloud.server_common
Licenza
apache-2.0
Download
2.3k
Proprietario
Some projects related to OpenTelekomCloud. Blueprints and whitepapers can be found at github.com/opentelekomcloud-blueprints