diff --git a/.ansible-items/ansible.cfg b/.ansible-items/ansible.cfg new file mode 100644 index 0000000..85b0558 --- /dev/null +++ b/.ansible-items/ansible.cfg @@ -0,0 +1,2 @@ +[ssh_connection] +control_path_dir=/dev/shm/ansible_control_path \ No newline at end of file diff --git a/.ansible-items/inventory b/.ansible-items/inventory index 79624e7..20b5a99 100644 --- a/.ansible-items/inventory +++ b/.ansible-items/inventory @@ -9,5 +9,4 @@ all: ansible_connection: ssh ansible_ssh_pass: test ansible_ssh_user: drone - ansible_ssh_private_key_file: /drone/src/private.key - ansible_ssh_common_args: '' \ No newline at end of file + ansible_ssh_private_key_file: /drone/src/private.key \ No newline at end of file