ansible.cfg文件的应用及playbooks目录的结构

我决定采用《奔跑吧,Ansible》这本书中放置目录文件的结构,目前收集的结构如下:


|-- Playbooks
|----- hosts
|----- ansible.cfg

我目前ansible.cfg的配置如下:

1
2
3
4
5
6
7

[defaults]
hostfile = hosts
remote_user = root
remote_port = 22
host_key_checking = False