|
|
@ -2,8 +2,6 @@ module Docs
|
|
|
|
class Ansible < UrlScraper
|
|
|
|
class Ansible < UrlScraper
|
|
|
|
self.name = 'Ansible'
|
|
|
|
self.name = 'Ansible'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.release = '2.4.0'
|
|
|
|
|
|
|
|
self.base_url = 'https://docs.ansible.com/ansible/latest/'
|
|
|
|
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://www.ansible.com/',
|
|
|
|
home: 'https://www.ansible.com/',
|
|
|
|
code: 'https://github.com/ansible/ansible'
|
|
|
|
code: 'https://github.com/ansible/ansible'
|
|
|
@ -20,9 +18,14 @@ module Docs
|
|
|
|
list_of_all_modules.html)
|
|
|
|
list_of_all_modules.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2012–2017 Michael DeHaan<br>
|
|
|
|
© 2012–2018 Michael DeHaan<br>
|
|
|
|
© 2017 Red Hat, Inc.<br>
|
|
|
|
© 2018 Red Hat, Inc.<br>
|
|
|
|
Licensed under the GNU General Public License version 3.
|
|
|
|
Licensed under the GNU General Public License version 3.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '2.4' do
|
|
|
|
|
|
|
|
self.release = '2.4.3'
|
|
|
|
|
|
|
|
self.base_url = 'https://docs.ansible.com/ansible/2.4/'
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|