Class: Ansible::Ruby::Modules::Gunicorn

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb

Overview

Starts gunicorn with the parameters specified. Common settings for gunicorn configuration are supported. For additional configuration use a config file See U(gunicorn-docs.readthedocs.io/en/latest/settings.html) for more options. It’s recommended to always use the chdir option to avoid problems with the location of the app.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#appString



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 12

attribute :app

#chdirString?



23
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 23

attribute :chdir

#configObject?



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 20

attribute :config

#pidString?



27
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 27

attribute :pid

#userString?



35
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 35

attribute :user

#venvString?



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 16

attribute :venv

#worker:sync, ...



31
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/gunicorn.rb', line 31

attribute :worker