Skip to content

Commit bb20c4c

Browse files
committed
Added 'src/usage/windows_n_bsd.md'.
1 parent d5a8d28 commit bb20c4c

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@
138138
- [在 playbook 中使用专辑](usage/collection/using.md)
139139
- [专辑索引](usage/collection/index.md)
140140

141-
- [使用 Ansible 专辑](usage/collections.md)
142-
- [在 playbook 中使用专辑](usage/collection/using.md)
143-
141+
- [在 Windows 及 BSD 平台上使用 Ansible](usage/windows_n_bsd.md)
142+
- [使用 Ansible 管理 BSD 主机](usage/win_n_bsd/bsd.md)
144143

145144
---
146145

src/images/win_n_freebsd.png

91.4 KB
Loading

src/usage/win_n_bsd/bsd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 使用 Ansible 管理 BSD 主机

src/usage/windows_n_bsd.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 在 Windows 与 BSD 平台上使用 Ansible
2+
3+
4+
{{#include inventories_building.md:3:7}}
5+
6+
欢迎来到 Microsoft Windows 和 BSD 的 Ansible 指南。由于 Windows 不是 POSIX 兼容的操作系统,因此 Ansible 与 Windows 主机的交互方式,与 Linux/Unix 主机不同。同样,管理运行 BSD 的主机,也不同于管理其他类 Unix 主机操作系统。请了解在 Windows 和 BSD 主机上,使用 Ansible 所需的一切信息。
7+
8+
> **译注**:译者使用了运行在 KVM 上的 FreeBSD 14.2 与 Windows 10 LTSC,作为实验用系统。
9+
10+
![运行在 KVM 上的 FreeBSD 14.2 与 Windows 10 LTSC](../images/win_n_freebsd.png)
11+
12+
13+
(End)
14+
15+

0 commit comments

Comments
 (0)