mbocquet.dhcp
DHCP
This is an Ansible role to install and set up ISC DHCP server(s).
Requirements
No special requirements.
Role Variables
There are many options available. Check the defaults/main.yml file for details.
Dependencies
No dependencies.
How to Install this Role as a Git Submodule
You can add this role to your git repository with the following command:
git submodule add https://git.sekoya.org/mb/dhcp.git roles/dhcp
Example Playbook
To use this role, you can create a playbook like this:
- hosts: servers
roles:
- dhcp
Or you can customize it:
- hosts: servers
roles:
- { role: dhcp, x: 42 }
License
This role is licensed under GPLv3.
Author Information
For more information, visit: http://www.sekoya.org
Informazioni sul progetto
Ansible role to install and configure ISC DHCP server(s)
Installa
ansible-galaxy install mbocquet.dhcp
Licenza
agpl-3.0
Download
1.9k
Proprietario