8 lines
179 B
Bash
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/*
|