itamae/cookbooks/nginx/default.rb

18 lines
322 B
Ruby
Raw Normal View History

2019-03-03 08:50:49 +00:00
# Retrieve the default values:
include_recipe './attributes.rb'
# Kernel Parameters:
include_recipe './kernel.rb'
2019-11-05 15:17:01 +00:00
# Install Let's Encrypt:
include_recipe './lego.rb'
2019-03-03 08:50:49 +00:00
# Prerequisites for Building nginx:
include_recipe './webadm.rb'
# Build nginx:
include_recipe './build.rb'
# Setup nginx:
include_recipe './setup.rb'