|
branko
|
0c330b88956a
|
1 month ago
|
|
MAR-218: Switch to using task imports instead of includes:
- Should result in somewhat faster run, except the includes happen during planning phase. None of the changed includes will have problem with this. - Solves the issue of (included) imported tasks not being tagged properly, particularly in relation to the mechanism for explicitly running all handlers.
|
|
branko
|
c10934519e18
|
2 months ago
|
|
MAR-218: Switch to using fully-qualified collection names for all tasks:
- Ensures there is no ambiguity when invoking a module.
|
|
branko
|
7cabc17c71c3
|
2 months ago
|
|
MAR-218: Quote all octal values in YAML files:
- Fixes linting errors, and ensures there is no ambiguity in case of YAML specification changes.
|
|
branko
|
3802c52995e5
|
2 months ago
|
|
MAR-218: Fix include invocations:
- The old include keyword/task has been deprecated in favour of more explicit include_tasks one.
|
|
branko
|
fcf5abdd3ad5
|
5 years ago
|
|
MAR-148: Fixing linting errors:
- Do not compare against booleans when value is already boolean in "when" conditions. - Use pipefail in conjunction with setting the shell to Bash when extracting the backup encryption key IDs. - Do not compare variables to empty strings in "when" conditions. This change currently works only for complex variables (stuff can break badly in case of simple variables in current default Ansible configuration). - Fix missing space in one of Jinja2 templates.
|
|
branko
|
9281920d0c23
|
6 years ago
|
|
MAR-135: Switch to using run_handlers instead of handlers as variable:
- Updated all roles to now depend on run_handlers being set to True in order to force execution of handlers.
|
|
branko
|
10d5a1e15c30
|
6 years ago
|
|
MAR-129: Minor fixes after initial testsite run:
- Fix conditional for running handlers in the bootstrap role. - Add dummy handlers that will suppress Ansible warnings about empty handler includes.
|
|
branko
|
48a901602e77
|
6 years ago
|
|
MAR-129: Updated bootstrap role for Ansible 2.5.x and new Molecule:
- Include top-level lint configuration file. - Fixed linting errors. - Moved test playbook parameters into group_vars. - Fixed Ansible deprecation warnings. - Updated how the hosts are referenced in tests.
|
|
branko
|
e4a0f78340ef
|
7 years ago
|
|
MAR-114: Updated task syntax for bootstrap, preseed and xmpp roles:
- Updated web_server, php_website, and wsgi_website roles. - Added and removed quoting where it makes sense. - Switched to using expanded syntax (instead of one-liners). - Updated ordering of arguments in task definitions.
|
|
branko
|
0388df2571ca
|
7 years ago
|
|
MAR-21: Implemented tests for the bootstrap role:
- Use plain spaces in sudo configuration to make it easier to test. - Added testing for both Debian Stretch and Debian Jessie. - Fixed Ansible liniting for file mode. - Implemented a couple of basic tests.
|
|
branko
|
7387caca37f3
|
8 years ago
|
|
|
|
branko
|
61ddc6eab566
|
9 years ago
|
|
|
|
branko
|
0aff90546ac4
|
10 years ago
|
|
|
|
branko
|
626eadba53b7
|
10 years ago
|
|
|