mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
Add Alicloud, Online, Packet, and Scaleway scenario guides (#7714)
* Add Alicloud, Packet, and Scaleway scenario guides.
These were taken from
3f12228c79/docs/docsite/rst/scenario_guides
and adjusted to reality.
* Fix references.
* Add Online guide.
* Add BOTMETA entries.
* Use FQCN.
* Improve code formatting and indentation.
* Update BOTMETA.
This commit is contained in:
parent
0c7b9e50b5
commit
838e4e3f02
7 changed files with 723 additions and 1 deletions
|
@ -18,6 +18,10 @@ from voluptuous.humanize import humanize_error
|
|||
|
||||
|
||||
IGNORE_NO_MAINTAINERS = [
|
||||
'docs/docsite/rst/filter_guide.rst',
|
||||
'docs/docsite/rst/filter_guide_abstract_informations.rst',
|
||||
'docs/docsite/rst/filter_guide_paths.rst',
|
||||
'docs/docsite/rst/filter_guide_selecting_json_data.rst',
|
||||
'plugins/cache/memcached.py',
|
||||
'plugins/cache/redis.py',
|
||||
'plugins/callback/cgroup_memory_recap.py',
|
||||
|
@ -197,7 +201,7 @@ def main():
|
|||
|
||||
# Scan all files
|
||||
unmatched = set(files)
|
||||
for dirs in ('plugins', 'tests', 'changelogs'):
|
||||
for dirs in ('docs/docsite/rst', 'plugins', 'tests', 'changelogs'):
|
||||
for dirpath, dirnames, filenames in os.walk(dirs):
|
||||
for file in sorted(filenames):
|
||||
if file.endswith('.pyc'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue