Skip to content
Snippets Groups Projects
Select Git revision
  • d7656c8168cc24d407714f6e94e8b94b451706d9
  • master default
  • init_facts_module
3 results

ansible.cfg

Blame
    • nimrod's avatar
      d7656c81
      - Run tests from Tox, use generated environments. · d7656c81
      nimrod authored
      - Run tests in TravisCI on multiple Ansible, Python versions and OSes.
      - Create Docker container with Ansible.
      - Split tests to seperate files.
      - Moved everything test related to tests/ .
      - Update pre-commit hooks.
      - Merge .flake8 to tox.ini.
      - Added shellcheck hook.
      - Fixed issues found by shellcheck.
      - Updated README (added usage, testing sections).
      d7656c81
      History
      - Run tests from Tox, use generated environments.
      nimrod authored
      - Run tests in TravisCI on multiple Ansible, Python versions and OSes.
      - Create Docker container with Ansible.
      - Split tests to seperate files.
      - Moved everything test related to tests/ .
      - Update pre-commit hooks.
      - Merge .flake8 to tox.ini.
      - Added shellcheck hook.
      - Fixed issues found by shellcheck.
      - Updated README (added usage, testing sections).
    ansible.cfg 108 B
    [defaults]
    library = ../
    host_key_checking = False
    roles_path = ./roles/
    callback_whitelist = profile_tasks