mirror of
https://github.com/snachodog/ansible_playbooks.git
synced 2025-04-03 10:21:21 -06:00
6 lines
344 B
YAML
6 lines
344 B
YAML
[webservers]
|
|
192.168.1.219 ansible_user=steve ansible_ssh_private_key_file=/home/steve/.ssh/id_ed25519 ansible_become=true
|
|
192.168.1.43 ansible_user=steve ansible_ssh_private_key_file=/home/steve/.ssh/id_ed25519 ansible_become=true
|
|
192.168.1.51 ansible_user=steve ansible_ssh_private_key_file=/home/steve/.ssh/id_ed25519 ansible_become=true
|
|
|