Files
src.dualinventive.com/devops/ansible-dtap/environment
2024-08-09 12:10:16 +02:00

8 lines
179 B
Bash

#!/bin/sh
export ANSIBLE_PWD=${PWD}
export ANSIBLE_INVENTORY=${PWD}/hosts
export ANSIBLE_CONFIG=${PWD}/ansible.cfg
export ANSIBLE_FILES=${PWD}/files
chmod 700 ssh
chmod 600 ssh/*