summaryrefslogtreecommitdiffstats
path: root/ansible/ansible-config.sh
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2025-10-22 07:55:05 +0200
committerSuren A. Chilingaryan <csa@suren.me>2025-10-22 07:55:05 +0200
commite4ef3c8c1bbf0e4ebde8a5479fd7b79180080970 (patch)
tree4202b5686fa98568517dcfa89e9e84cf926bb3d6 /ansible/ansible-config.sh
parentf2a7ddb5e8df88092b4f8b59088e43d095c93556 (diff)
downloadands-e4ef3c8c1bbf0e4ebde8a5479fd7b79180080970.tar.gz
ands-e4ef3c8c1bbf0e4ebde8a5479fd7b79180080970.tar.bz2
ands-e4ef3c8c1bbf0e4ebde8a5479fd7b79180080970.tar.xz
ands-e4ef3c8c1bbf0e4ebde8a5479fd7b79180080970.zip
Add Dockerfile and shell wrapper to make it work on the systems with newer version ansibleHEADmaster
Diffstat (limited to 'ansible/ansible-config.sh')
-rw-r--r--ansible/ansible-config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/ansible-config.sh b/ansible/ansible-config.sh
new file mode 100644
index 0000000..f1b2367
--- /dev/null
+++ b/ansible/ansible-config.sh
@@ -0,0 +1 @@
+for c in ansible ansible-playbook ansible-vault ansible-config ansible-console ansible-doc ansible-galaxy ansible-inventory ansible-pull ansible-test ansible-connection; do ln -sf /root/ansible.sh /usr/bin/$c; done