sysadmin/ansible/hosts.sample
2021-09-27 22:54:19 +02:00

9 lines
131 B
Plaintext

[all:vars]
ansible_connection=ssh
ansible_user=rootUser
ansible_ssh_pass=superSecretPassword
[server]
10.10.10.1
host.example.com