This role performs baseline configuration for Linux servers before application deployment.
The conf_base role prepares servers with common configuration used in infrastructure environments.
It is typically the first role executed in automation pipelines.
- System preparation
- Base configuration
- Infrastructure standardization
- Ansible >= 2.9
- Linux system
Example variables:
base_update_packages: true
base_timezone: UTC- hosts: all
become: true
roles:
- gustavoohrodrigues.conf_baseansible-galaxy install gustavoohrodrigues.conf_baseGustavo Henrique Rodrigues SysAdmin
LinkedIn https://www.linkedin.com/in/gustavo-henrique-rodrigues-3070a5260
MIT