Class: VagrantPlugins::Ansible_Fixed::Provisioner::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/provisioner/base.rb

Overview

This class is a base class where the common functionality shared between both Ansible provisioners are stored. This is **not an actual provisioner**. Instead, Host (ansible) or Guest (ansible_local) should be used.

Direct Known Subclasses

Guest, Host

Constant Summary collapse

RANGE_PATTERN =
%r{(?:\[[a-z]:[a-z]\]|\[[0-9]+?:[0-9]+?\])}.freeze