Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arillso/ansible.network
This role manages network settings under Linux and Windows.
https://github.com/arillso/ansible.network
ansible ansible-role network
Last synced: about 2 months ago
JSON representation
This role manages network settings under Linux and Windows.
- Host: GitHub
- URL: https://github.com/arillso/ansible.network
- Owner: arillso
- License: mit
- Created: 2019-06-09T16:18:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T17:23:02.000Z (about 5 years ago)
- Last Synced: 2024-11-06T21:30:21.604Z (3 months ago)
- Topics: ansible, ansible-role, network
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: network
[![Build Status](https://img.shields.io/travis/arillso/ansible.network.svg?branch=master&style=popout-square)](https://travis-ci.org/arillso/ansible.network) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](https://sbaerlo.ch/licence) [![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-network-blue.svg?style=popout-square)](https://galaxy.ansible.com/arillso/network) [![Ansible Role](https://img.shields.io/ansible/role/d/id.svg?style=popout-square)](https://galaxy.ansible.com/arillso/network)
## Description
This role ensures that the initial network configuration is properly setup using NetworkManager for Linux and NetAdapter for Windows. Additionally it can apply network-related Kernel parameters via sysctl in Linux.
## Installation
```bash
ansible-galaxy install arillso.network
```## Requirements
## Role Variables
## Dependencies
## Example Playbook
```yml
- hosts: all
roles:
- arillso.network
```## Changelog
## Author
- [Simon Bärlocher](https://sbaerlocher.ch)
## License
This project is under the MIT License. See the [LICENSE](licence) file for the full license text.
## Copyright
(c) 2020, Arillso