Skip to content

Commit

Permalink
Disable SSL verification for embedded Ansible.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcculloug committed Feb 25, 2017
1 parent 81458a9 commit 5deb891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/embedded_ansible_worker/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def update_embedded_ansible_provider
provider.name = "Embedded Ansible"
provider.zone = server.zone
provider.url = URI::HTTPS.build(:host => server.hostname || server.ipaddress, :path => "/ansibleapi/v1").to_s
provider.verify_ssl = 0

provider.save!

Expand Down

0 comments on commit 5deb891

Please sign in to comment.