- 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>
6 lines
255 B
INI
6 lines
255 B
INI
[debian_vm]
|
|
debian ansible_host=192.168.122.191 ansible_user=root ansible_ssh_pass=kpKzCuawxG3VFqOx0dEXrpRhbu/uNbdeu27GovG9IUU= ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
|
|
|
[debian_vm:vars]
|
|
ansible_connection=ssh
|