Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-etc-hosts
https://github.com/mrlesmithjr/ansible-etc-hosts
ansible ansible-role centos debian fedora redhat ubuntu
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-etc-hosts
- Owner: mrlesmithjr
- Created: 2016-01-19T19:54:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T20:43:56.000Z (over 3 years ago)
- Last Synced: 2023-03-14T12:40:35.303Z (over 1 year ago)
- Topics: ansible, ansible-role, centos, debian, fedora, redhat, ubuntu
- Language: Shell
- Size: 16.6 KB
- Stars: 4
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [ansible-etc-hosts](#ansible-etc-hosts)
- [Build Status](#build-status)
- [Requirements](#requirements)
- [Role Variables](#role-variables)
- [Dependencies](#dependencies)
- [Example Playbook](#example-playbook)
- [License](#license)
- [Author Information](#author-information)# ansible-etc-hosts
An [Ansible](https://www.ansible.com) role that Configures /etc/hosts
## Build Status
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-etc-hosts.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-etc-hosts)
## Requirements
None
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
None
## Example Playbook
```yaml
- hosts: all
become: true
vars:
roles:
- role: ansible-etc-hosts
```## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)
- [[email protected]](mailto:[email protected])