File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ` ansible `
2+
3+ Deploys Ansible configuration and a starter inventory file into ` $HOME ` .
4+
5+ ## Installs
6+
7+ This package does not install Ansible — it only manages configuration. Install
8+ Ansible separately (e.g. ` pip install ansible ` or via your OS package manager).
9+
10+ ## Configures
11+
12+ - ` ~/.ansible.cfg ` (stow) — sets ` inventory = ~/.ansible/hosts ` ,
13+ ` gathering = explicit ` , and ` nocows = True `
14+ - ` ~/.ansible/hosts ` (stow) — starter inventory template with a placeholder
15+ group and default ` ansible_user ` / ` ansible_python_interpreter ` vars
16+
17+ ## Notes
18+
19+ - Edit ` ~/.ansible/hosts ` to replace the ` name ` /` ip.or.hostname ` placeholder
20+ with real hosts before running any playbooks.
21+ - ` gathering = explicit ` means facts are only collected when explicitly
22+ requested, which speeds up playbook runs.
You can’t perform that action at this time.
0 commit comments