Giter Club home page Giter Club logo

ansible-role-setup-pxe's Introduction

Ansible role PXE-SETUP

This role is desgin to install basic service for PXE booting.
Installing the following services

  • HTTP server
  • TFTP server
  • DHCP server

Requirements


  • Ansible >= 2.9

How To Use


setup galaxy requirement file

# requirement.yaml
- src: https://github.com/eifrach/ansible-role-setup-pxe
  version: main
  name: setup-pxe

install the role locally

ansible-galaxy install -r requirement.yaml

next create a playbook and vars to your needs:

# playbook.yaml
---
- hosts: localhost
  roles:
    - setup-pxe
  vars:
    TFTP_DIR: "/home/user/tftpboot"

finally run the playbook

ansible-playbook -i localhost, playbook.yaml

Vars and Defaults

DHCP server is not installed by default. to add DHCP service and configurations add the following block:

  DHCP:
    SUBNET:   192.168.1.0
    NETMASK:  255.255.255.0
    RANGE:    "192.168.1.1 192.168.1.10"
    DNS:      "8.8.8.8,4.2.2.2"
    GATEWAY:  192.168.1.254
    NTP:      time.google.com

Select the default architecture

### ARCH
# available option arm, x86
ARCH: "arm"

change services directories

### TFTP SERVER
TFTP_DIR: "/var/lib/tftpboot"

### HTTP SERVER
HTTP_DIR: "/var/www/html/pxe"

ansible-role-setup-pxe's People

Contributors

eifrach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.