mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
add Gmefile and gitignore
This commit is contained in:
parent
3a807607f0
commit
b6a70affa7
2 changed files with 15 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Gemfile.lock
|
||||
.kitchen
|
||||
tests/inspec/inspec.lock
|
||||
Dockerfile-kitchen*
|
11
Gemfile
Normal file
11
Gemfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "test-kitchen"
|
||||
gem "kitchen-ansible"
|
||||
gem "kitchen-docker"
|
||||
gem "kitchen-inspec"
|
||||
gem "kitchen-vagrant"
|
||||
gem "kitchen-sync"
|
||||
gem 'winrm'
|
||||
gem 'winrm-fs'
|
||||
gem 'vagrant-winrm'
|
Loading…
Reference in a new issue