Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aminvakil/ansible-role-os-initialize

Ansible role to initialize CentOS, Rocky & Debian
https://github.com/aminvakil/ansible-role-os-initialize

ansible ansible-galaxy ansible-role

Last synced: about 1 month ago
JSON representation

Ansible role to initialize CentOS, Rocky & Debian

Awesome Lists containing this project

README

        

Role Name
=========

OS Initialize

Requirements
------------

None.

Role Variables
--------------

`timezone` to set timezone

`hostname` which will set hostname if the vm has not been set up by cloud-init.

`unnecessary_packages` which are some packages which I have found them unnecessary over time.

`unnecessary_services` which are some services which I have found them unnecessary over time in my environments.

Dependencies
------------

None.

Example Playbook
----------------

- hosts: servers
become: true
roles:
- role: aminvakil.os_initialize

License
-------

GPL-3.0

Author Information
------------------

[Amin Vakil](https://www.aminvakil.com/)