- Add comprehensive Ansible guidelines and best practices (CLAUDE.md) - Add infrastructure inventory documentation - Add VM deployment playbooks and configurations - Add dynamic inventory plugins (libvirt_kvm, ssh_config) - Add cloud-init and preseed configurations for automated deployments - Add security-first configuration templates - Add role and setup documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3 lines
281 B
INI
3 lines
281 B
INI
[debian_vm]
|
|
192.168.122.191 ansible_user=root ansible_ssh_pass=kpKzCuawxG3VFqOx0dEXrpRhbu/uNbdeu27GovG9IUU= ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' ansible_connection=ssh ansible_ssh_extra_args='-o ProxyCommand="ssh -W %h:%p grokbox"'
|