Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aminvakil/ansible-role-os-initialize
- Owner: aminvakil
- License: gpl-3.0
- Created: 2020-11-15T19:11:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T20:29:17.000Z (3 months ago)
- Last Synced: 2024-11-15T21:27:01.441Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_initializeLicense
-------GPL-3.0
Author Information
------------------[Amin Vakil](https://www.aminvakil.com/)