Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opus-codium/puppet-wifi
The wifi module lets you setup your Wi-Fi access points using Puppet.
https://github.com/opus-codium/puppet-wifi
hacktoberfest puppet wifi
Last synced: 3 months ago
JSON representation
The wifi module lets you setup your Wi-Fi access points using Puppet.
- Host: GitHub
- URL: https://github.com/opus-codium/puppet-wifi
- Owner: opus-codium
- License: apache-2.0
- Created: 2018-04-21T10:18:57.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T16:01:56.000Z (7 months ago)
- Last Synced: 2024-10-30T17:13:03.611Z (3 months ago)
- Topics: hacktoberfest, puppet, wifi
- Language: Ruby
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# wifi
[![Build Status](https://img.shields.io/github/actions/workflow/status/opus-codium/puppet-wifi/release.yml)](https://github.com/opus-codium/puppet-wifi/releases)
[![Puppet Forge](https://img.shields.io/puppetforge/v/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/opuscodium/wifi.svg)](https://forge.puppetlabs.com/opuscodium/wifi)
[![License](https://img.shields.io/github/license/opus-codium/puppet-wifi.svg)](https://github.com/voxpupuli/opuscodium-wifi/blob/master/LICENSE.md)#### Table of Contents
* [Module Description](#module-description)
* [Usage](#usage)
* [Declaring Access Points](#declaring-access-points)## Module Description
The wifi module lets you setup your Wi-Fi access points using Puppet.
## Usage
### Declaring Access Points
Each `wifi::infrastructure` declare a different access point:
```puppet
wifi::infrastructure { 'Rocketjump GGGGG':
psk => '3 words all uppercase',
}wifi::infrastructure { 'Rocketjump Five Gee':
psk => 'three words all uppercase',
}wifi::infrastructure { 'Rocketjump Eff Aiye Vee Ee Gee':
psk => 'THREEWORDS',
}
```