Class: Ansible::Ruby::Modules::Django_manage

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

Overview

Manages a Django application using the I(manage.py) application frontend to I(django-admin). With the I(virtualenv) parameter, all management commands will be executed by the given I(virtualenv) installation.

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

#app_pathString



15
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 15

attribute :app_path

#appsString?



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

attribute :apps

#cache_tableObject?



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

attribute :cache_table

#command:cleanup, ...



11
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 11

attribute :command

#databaseObject?



38
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 38

attribute :database

#failfast:yes, ...



41
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 41

attribute :failfast

#fixturesString?



45
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 45

attribute :fixtures


55
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 55

attribute :link

#mergeObject?



52
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 52

attribute :merge

#pythonpathString?



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

attribute :pythonpath

#settingsString?



19
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 19

attribute :settings

#skipObject?



49
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb', line 49

attribute :skip

#virtualenvString?



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

attribute :virtualenv