| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change example syntax on supervisorctl module
* Change example syntax or _ec2_ami_search module
* Change example syntax on cloudformation module
* Change example syntax on ec2 module
* Change example syntax on ec2_facts module
* Change example syntax on ec2_eip module
* Change example syntax on rds module
* Change example syntax on route53 module
* Change example syntax on s3 module
* Change example syntax on digital_ocean module
* Change example syntax on docker_service module
* Change example syntax on cloudformation module
* Change example syntax on gc_storage module
* Change example syntax on gce module
* Change example syntax on gce_mig module
* Change example syntax on _glance_image module
* Change example syntax on _keystone_user module
* Change example syntax on _nova_keypair module
* Change example syntax on _quantum_floating module
* Change example syntax on _quantum_floating_ip_associate module
* Change example syntax on _quantum_network module
* Change example syntax on _quantum_router module
* Change example syntax on _quantum_router_gateway module
* Change example syntax on _quantum_router_interface module
* Change example syntax on _quantum_subnet module
* SQUASH _quantum_subnet
* Add missing quotes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change example syntax on authorized_key module
* Change example syntax on cron module
* Change example syntax on group module
* Change example syntax on hostname module
* Change example syntax on seboolean module
* Change example syntax on selinux module
* Change example syntax on service module
* Change example syntax on sysctl module
* Change example syntax on systemd module
* Change example syntax on user module
* Change example syntax on debug module
* Change example syntax on fail module
* Change example syntax on include module
* Change example syntax on include_role module
* Change example syntax on include_vars module
* Change example syntax on pause module
* Change example syntax on wait_for module
* Change example syntax on apache2_module module
* > Change example syntax on django_manage module
* Change example syntax on htpasswd module
|
|
|
|
| |
Also do not use a wildcard import, for later refactoring
|
| |
|
|
|
|
|
| |
In order to ease future refactoring, we should avoid importing
'*' from ansible.module_utils.basic.
|
|
|
| |
Ignore blank lines in collectstatic output.
|
|
|
| |
there is no need to call out.split('\n') multiple times (line 275 and 277)
|
| |
|
| |
|
|
|
|
|
|
| |
- httpd removed from control_binaries
- check for enabled module after running a2enmod/a2dismod
- fail, if user has no permissions to run control_binary
- reduce code duplication
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add optional force parameter for apache2_module
Fixes #2499
* Add documentation for the force parameter
* Clarify in description that -f(orce) is a Debian parameter
|
|
|
|
|
| |
See https://github.com/ansible/ansible-modules-core/pull/2462 for
details on why this could happen
|
| |
|
|\
| |
| | |
Remove 'cache_table' from required params
|
| |
| |
| |
| |
| |
| | |
Starting in Django 1.7, the createcachetable command looks for cache
table names in the CACHES settings dictionary, so cache_table is no
longer required, but is still allowed.
|
|/
|
|
|
| |
As of Ansible 2.x, invocation of Django's ```manage.py``` requires a valid "shebang". Additionally, ```manage.py``` must be executable.
The old invocation was hardcoded as ```python manage.py ...``` while the new invocation is ```./manage.py ...```. See [this PR](https://github.com/ansible/ansible-modules-core/pull/1165).
This change allows more flexibility for which Python interpreter is invoked, but breaks existing deployment when ```manage.py``` is not properly configured. This documentation update adds a note explaining the new requirements for ```manage.py```.
|
|
|
|
|
|
|
|
|
|
| |
in the password file, change error into a warning
Warning catches typos in the filename. Since the playbook is saying
"make sure this user doesn't have an entry" it makes more sense to warn
than to error.
Fixes #2619
|
| |
|
|
|
|
| |
fixes #2081
|
| |
|
| |
|
| |
|
|\
| |
| | |
make migrate command idempotent with django built-in migrations
|
| |
| |
| | |
Django since version 1.7 has built-in migrations, so no need to have south installed with recent django versions. The 'migrate' command works with built-in migrations without any change, but the output is different than the output produced by south, which breaks idempotence. This commit fixes this.
|
|\ \
| | |
| | | |
Report change status on django_manage collectstatic.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
django_manage: Use shebang in manage.py instead of hardcoded "python"
|
| |/ |
|
|\ \
| | |
| | | |
supervisorctl module: Check if a service exists
|
| |/ |
|
|\ \
| | |
| | | |
Add example of using django_manage to run other commands.
|
| | | |
|
|\ \ \
| | | |
| | | | |
added 'absent' option to supervisorctl
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
apache2_module documetation update
|
| | | | |
| | | | |
| | | | |
| | | | | |
requires a2enmod and a2dismod
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Extend the htpasswd so it can use different hashes in addition to the 4 currently supported by Apache.
|
| | |/ /
| |/| |
| | | |
| | | | |
understood by Apache/Nginx.
|
|\ \ \ \
| | | | |
| | | | | |
django_manage: expand ~ in app_path parameter
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow users to specify app_path parameters that contain ~, for example:
app_path=~/myproject
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
remove blank lines from htpasswd file
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
used standard mktemp()
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If execution of supervisorctl was not successful (exit code > 0),
module silently supress this error and returns changed = false,
which turns to OK task state.
This is very confusing, when supervisorctl needs authentication,
and credentials are not specified in module or are incorrect,
services are not restarted/started/stopped without raising an error.
|