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 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T17:23:02.000Z (over 6 years ago)
- Last Synced: 2025-02-17T11:16:05.727Z (over 1 year 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
[](https://travis-ci.org/arillso/ansible.network) [](https://sbaerlo.ch/licence) [](https://galaxy.ansible.com/arillso/network) [](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