Skip to content

GeekOops/geekoops-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a38df48 · Jul 16, 2024

History

25 Commits
Mar 24, 2021
Jul 16, 2024
Mar 25, 2021
Jul 16, 2024
Mar 24, 2021
Jul 16, 2024
Jul 16, 2024
Jul 16, 2024
Jul 16, 2024
Jul 16, 2024
Mar 24, 2021
Mar 25, 2021
Jul 16, 2024

Repository files navigation

Test deployment

geekoops-nginx

Configurable ansible role for setting up a nginx webserver on a Linux server. Works with

  • openSUSE Leap 15.5
  • openSUSE Leap 15.6
  • Debian Bookworm (11)

Role Variables


You can set the following variables to configure the role. Here listed are the variables and their default settings.

Firewall configuration (disable by default)

Value Description Default
config_firewall Enable firewall configuration false
firewall_zone Firewall zone to configure "public"
open_http Open http port true
open_https Open https port true
setup_default_page Setup a default page false
default_page_hostname Hostname for the default page "localhost"

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: jellyfish
  roles:
     - { role: geekoops-nginx, config_firewall: true }

An advanced example for the imaginary jellyfish test server

- hosts: jellyfish
  roles:
     - role: geekoops-nginx
       vars:
         setup_default_page: true
         default_page_hostname: "{{ansible_host}}"
         config_firewall: true
         firewall_zone: "public"

License

MIT

Development

Add githooks

This repository ships pre-commit git hooks that will check the yaml syntax. To configure them do

git config --local core.hooksPath .githooks/

About

nginx installation role

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published