Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Add debug mode and hide deprecation warnings by default #1563

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 29, 2018

  1. Use default control_path in ansible.cfg

    This defaults to a hashed string of the hostname, port and username. The
    hash mitigates a common problem users found with long hostames and the
    conventional %(directory)s/ansible-ssh-%%h-%%p-%%r format. In those
    cases, a "too long for Unix domain socket" ssh error would occur.
    oxyc committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    660024e View commit details
    Browse the repository at this point in the history
  2. Add verbose ansible output with DRUPALVM_DEBUG env variable

    Examples:
    
    - DRUPALVM_DEBUG=1 vagrant provision (ansible-playbook -v)
    - DRUPALVM_DEBUG=v vagrant provision (ansible-playbook -v)
    - DRUPALVM_DEBUG=vvv vagrant provision (ansible-playbook -vvv)
    oxyc committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    66be4d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea49b9 View commit details
    Browse the repository at this point in the history
  4. add docs on debug mode

    oxyc committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    2089f7a View commit details
    Browse the repository at this point in the history