Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruzickap/ansible-role-my_common_defaults
My Ansible role which sets some "favorite" defaults on the server (CentOS / Ubuntu / Windows)
https://github.com/ruzickap/ansible-role-my_common_defaults
ansible-playbook ansible-role ansile centos ubuntu windows
Last synced: 3 months ago
JSON representation
My Ansible role which sets some "favorite" defaults on the server (CentOS / Ubuntu / Windows)
- Host: GitHub
- URL: https://github.com/ruzickap/ansible-role-my_common_defaults
- Owner: ruzickap
- License: mit
- Created: 2018-03-13T16:02:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T02:18:53.000Z (3 months ago)
- Last Synced: 2024-10-27T03:24:23.270Z (3 months ago)
- Topics: ansible-playbook, ansible-role, ansile, centos, ubuntu, windows
- Language: Shell
- Homepage:
- Size: 181 KB
- Stars: 14
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ansible Role: my_common_defaults
My Common Defaults for Red Hat and Debian based OS.
## Requirements
None
## Role Variables
Basic settings:
```yaml
ntp_servers:
- 0.centos.pool.ntp.org
- 1.centos.pool.ntp.org
```## Dependencies
None.
## Example Playbook
Including an example of how to use your role (for instance, with variables
passed in as parameters) is always nice for users too:```yaml
- hosts: all
become: yesroles:
- my_common_defaults
```## License
MIT
## Author Information
This role was created in 2016 by [[email protected]](mailto:[email protected])