ansible/inventories/github.yaml

11 lines
384 B
YAML
Raw Permalink Normal View History

2024-10-11 11:47:38 +02:00
---
servers:
hosts:
ubuntu:
ansible_host: "{{ lookup('env', 'DEPLOY_HOST') }}"
ansible_port: "{{ lookup('env', 'DEPLOY_PORT') }}"
ansible_user: "{{ lookup('env', 'DEPLOY_USERNAME') }}"
ansible_ssh_private_key_file: "{{ lookup('env', 'KEY_FILE') }}"
ansible_python_interpreter: auto_silent
2024-10-11 12:06:59 +02:00
ansible_ssh_common_args: -o StrictHostKeyChecking=no