6 lines
180 B
YAML
6 lines
180 B
YAML
---
|
|
# The Jenkins controller installs the agent on itself locally
|
|
# rather than SSHing back into the machine running the playbook
|
|
ansible_connection: local
|
|
ansible_host: localhost
|