Initial Commit

This commit is contained in:
2020-04-01 11:20:57 +13:00
commit 1b786738ab
26 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1 @@
1585690149

View File

@@ -0,0 +1 @@
1000

View File

@@ -0,0 +1 @@
41f4bbd1-36c9-4f47-876c-7aa50b09f29a

View File

@@ -0,0 +1 @@
570d20849699415986acc997c20df779

View File

@@ -0,0 +1 @@
/home/vagrant/Documents/ansible-roles/auth_duo

View File

@@ -0,0 +1,9 @@
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end