Skip to content

Commit 834ed82

Browse files
committed
Finished.
1 parent 72847bf commit 834ed82

File tree

3 files changed

+106
-0
lines changed

3 files changed

+106
-0
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,13 @@
220220
# Ansible Galaxy
221221

222222
- [Galaxy 用户手册](galaxy_user_guide.md)
223+
- [Galaxy 开发者指南](galaxy_dev_guide.md)
223224

224225
---
225226

226227
# 参考
227228

229+
- [专辑索引](refs/collection_index.md)
228230
- [YAML 语法](refs/YAML_syntax.md)
229231
- [Playbook 关键字](refs/playbook_keywords.md)
230232
- [Red Hat Ansible 自动化平台](refs/aap.md)

src/galaxy_dev_guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Galaxy 开发者指南
2+
3+
4+
(暂略)

src/refs/collection_index.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# 专辑索引
2+
3+
以下是文档托管在 docs.ansible.com 上的专辑。
4+
5+
- `amazon.aws`
6+
- `ansible.builtin`
7+
- `ansible.netcommon`
8+
- `ansible.posix`
9+
- `ansible.utils`
10+
- `ansible.windows`
11+
- `arista.eos`
12+
- `awx.awx`
13+
- `azure.azcollection`
14+
- `check_point.mgmt`
15+
- `chocolatey.chocolatey`
16+
- `cisco.aci`
17+
- `cisco.asa` **DEPRECATED: REMOVED IN 12**
18+
- `cisco.dnac`
19+
- `cisco.intersight`
20+
- `cisco.ios`
21+
- `cisco.iosxr`
22+
- `cisco.ise`
23+
- `cisco.meraki`
24+
- `cisco.mso`
25+
- `cisco.nxos`
26+
- `cisco.ucs`
27+
- `cloud.common`
28+
- `cloudscale_ch.cloud`
29+
- `community.aws`
30+
- `community.ciscosmb`
31+
- `community.crypto`
32+
- `community.digitalocean`
33+
- `community.dns`
34+
- `community.docker`
35+
- `community.general`
36+
- `community.grafana`
37+
- `community.hashi_vault`
38+
- `community.hrobot`
39+
- `community.library_inventory_filtering_v1`
40+
- `community.libvirt`
41+
- `community.mongodb`
42+
- `community.mysql`
43+
- `community.network` **DEPRECATED: REMOVED IN 12**
44+
- `community.okd`
45+
- `community.postgresql`
46+
- `community.proxysql`
47+
- `community.rabbitmq`
48+
- `community.routeros`
49+
- `community.sap_libs`
50+
- `community.sops`
51+
- `community.vmware`
52+
- `community.windows`
53+
- `community.zabbix`
54+
- `containers.podman`
55+
- `cyberark.conjur`
56+
- `cyberark.pas`
57+
- `dellemc.enterprise_sonic`
58+
- `dellemc.openmanage`
59+
- `dellemc.powerflex`
60+
- `dellemc.unity`
61+
- `f5networks.f5_modules`
62+
- `fortinet.fortimanager`
63+
- `fortinet.fortios`
64+
- `google.cloud` **DEPRECATED: REMOVED IN 12**
65+
- `grafana.grafana`
66+
- `hetzner.hcloud`
67+
- `ibm.qradar`
68+
- `ibm.spectrum_virtualize` **DEPRECATED: REMOVED IN 12**
69+
- `ibm.storage_virtualize`
70+
- `ieisystem.inmanage`
71+
- `infinidat.infinibox`
72+
- `infoblox.nios_modules`
73+
- `inspur.ispim`
74+
- `junipernetworks.junos`
75+
- `kaytus.ksmanage`
76+
- `kubernetes.core`
77+
- `kubevirt.core`
78+
- `lowlydba.sqlserver`
79+
- `microsoft.ad`
80+
- `netapp.cloudmanager`
81+
- `netapp.ontap`
82+
- `netapp.storagegrid`
83+
- `netapp_eseries.santricity`
84+
- `netbox.netbox`
85+
- `ngine_io.cloudstack`
86+
- `openstack.cloud`
87+
- `ovirt.ovirt`
88+
- `purestorage.flasharray`
89+
- `purestorage.flashblade`
90+
- `sensu.sensu_go` **DEPRECATED: REMOVED IN 12**
91+
- `splunk.es`
92+
- `telekom_mms.icinga_director`
93+
- `theforeman.foreman`
94+
- `vmware.vmware`
95+
- `vmware.vmware_rest`
96+
- `vultr.cloud`
97+
- `vyos.vyos`
98+
- `wti.remote`
99+
100+
> **译注**:这里仅列出翻译此文档时的专辑,所列出的各专辑详细文档暂不翻译。

0 commit comments

Comments
 (0)