mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
[PR #7714/838e4e3f backport][stable-8] Add Alicloud, Online, Packet, and Scaleway scenario guides (#7719)
Add Alicloud, Online, Packet, and Scaleway scenario guides (#7714) * Add Alicloud, Packet, and Scaleway scenario guides. These were taken from3f12228c79/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. (cherry picked from commit838e4e3f02
) Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c79073c687
commit
7db93a7dd3
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