This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +49
-5
lines changed Expand file tree Collapse file tree 6 files changed +49
-5
lines changed Original file line number Diff line number Diff line change 1- /credentials.yml
1+ /changelogs /.plugin-cache.yaml
2+ /felixfontein-hosttech_dns- * .tar.gz
23/playground /
34/tests /output
45/tests /integration /integration_config.yml
5- / felixfontein-hosttech_dns- * .tar.gz
6+
67__pycache__
Original file line number Diff line number Diff line change 1+ ===================================
2+ Hosttech DNS Modules Release Notes
3+ ===================================
4+
5+ .. contents :: Topics
6+
7+
8+ v1.0.0
9+ ======
10+
11+ Release Summary
12+ ---------------
13+
14+ Initial version as a collection. Continues the `old git repository <https://github.com/felixfontein/ansible-hosttech/ >`_.
15+
16+ New Modules
17+ -----------
18+
19+ - felixfontein.hosttech_dns.hosttech_dns_record - Add or delete entries in Hosttech DNS service
20+ - felixfontein.hosttech_dns.hosttech_dns_record_info - Retrieve entries in Hosttech DNS service
Original file line number Diff line number Diff line change 1+ ancestor : null
2+ releases :
3+ 1.0.0 :
4+ changes :
5+ release_summary : Initial version as a collection. Continues the `old git repository
6+ <https://github.com/felixfontein/ansible-hosttech/>`_.
7+ fragments :
8+ - 1.0.0.yml
9+ modules :
10+ - description : Add or delete entries in Hosttech DNS service
11+ name : felixfontein.hosttech_dns.hosttech_dns_record
12+ namespace : ' '
13+ - description : Retrieve entries in Hosttech DNS service
14+ name : felixfontein.hosttech_dns.hosttech_dns_record_info
15+ namespace : ' '
16+ release_date : ' 2020-05-22'
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ version: 1.0.0
44readme : README.md
55authors :
66 - Felix Fontein (https://github.com/felixfontein)
7- description : null
8- license : GPL-3.0-or-later
7+ description : Modules to create, delete and modify DNS entries with the Hosttech DNS API
98license_file : COPYING
109tags :
1110 - hosttech
@@ -16,5 +15,9 @@ documentation: https://github.com/felixfontein/ansible-hosttech_dns/tree/master/
1615homepage : https://github.com/felixfontein/ansible-hosttech_dns
1716issues : https://github.com/felixfontein/ansible-hosttech_dns/issues
1817build_ignore :
19- - ' felixfontein-hosttech_dns-*.tar.gz'
2018 - .gitignore
19+ - felixfontein-hosttech_dns-*.tar.gz
20+ - changelogs/.plugin-cache.yaml
21+ - playground
22+ - tests/output
23+ - tests/integration/integration_config.yml
Original file line number Diff line number Diff line change 1414
1515short_description: Add or delete entries in Hosttech DNS service
1616
17+ version_added: 1.0.0
18+
1719description:
1820 - "Creates and deletes DNS records in Hosttech DNS service U(https://ns1.hosttech.eu/public/api?wsdl)."
1921
Original file line number Diff line number Diff line change 1414
1515short_description: Retrieve entries in Hosttech DNS service
1616
17+ version_added: 1.0.0
18+
1719description:
1820 - "Retrieves DNS records in Hosttech DNS service U(https://ns1.hosttech.eu/public/api?wsdl)."
1921
You can’t perform that action at this time.
0 commit comments