Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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: yes

roles:
- my_common_defaults
```

## License

MIT

## Author Information

This role was created in 2016 by [[email protected]](mailto:[email protected])