3
0
forked from jakub/ansible
Files
ansible_fencl/host_vars/portainer.yml

13 lines
438 B
YAML

ansible_user: howard
ansible_connection: ssh
ansible_port: 22
ansible_ssh_private_key_file: "/var/lib/semaphore/.ssh/<tvuj_klic>" # English: private key path on Semaphore host
ansible_ssh_common_args: >-
-o StrictHostKeyChecking=no
-o UserKnownHostsFile=/dev/null
-J root@192.168.69.2
# Only keep become if needed:
ansible_become: true
ansible_become_method: sudo
# ansible_become_password: "..." # only if sudo requires password