File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,26 @@ class Ansible < UrlScraper
15
15
Licensed under the GNU General Public License version 3.
16
16
HTML
17
17
18
+ version '2.6' do
19
+ self . release = '2.6.1'
20
+ self . base_url = 'https://docs.ansible.com/ansible/2.6/'
21
+
22
+ options [ :skip ] = %w(
23
+ installation_guide/index.html
24
+ reference_appendices/glossary.html
25
+ reference_appendices/faq.html
26
+ reference_appendices/tower.html
27
+ user_guide/quickstart.html
28
+ modules/modules_by_category.html
29
+ modules/list_of_all_modules.html )
30
+
31
+ options [ :skip_patterns ] = [
32
+ /\A community.*/i ,
33
+ /\A dev_guide.*/i ,
34
+ /\A roadmap.*/i ,
35
+ ]
36
+ end
37
+
18
38
version '2.5' do
19
39
self . release = '2.5.3'
20
40
self . base_url = 'https://docs.ansible.com/ansible/2.5/'
You can’t perform that action at this time.
0 commit comments