Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 963bd47

Browse files
authored
Merge pull request #207 from Kitware/switch-to-ansible-galaxy
Switch to ansible galaxy
2 parents a78526c + 1d86964 commit 963bd47

61 files changed

Lines changed: 177 additions & 2221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vagrant.configure(2) do |config|
2020
config.vm.define "flow" do |node| end
2121

2222
config.vm.provision "ansible" do |ansible|
23-
ansible.verbose = "vvvv"
23+
ansible.verbose = ENV["ANSIBLE_VERBOSE"] | ""
2424

2525
ansible.groups = {
2626
"all" => ['flow'],
@@ -35,5 +35,6 @@ Vagrant.configure(2) do |config|
3535
}
3636

3737
ansible.playbook = "devops/ansible/site.yml"
38+
ansible.galaxy_role_file = "devops/ansible/requirements.yml"
3839
end
3940
end

devops/ansible/ansible.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)