وVault

import os, sys, subprocess, textwrap, stat BASE = “/content/ansible_lab” if os.path.isdir(“/content”) else os.path.expanduser(“~/ansible_lab”) os.makedirs(BASE, exist_ok=True) ENV = os.environ.copy() ENV[“ANSIBLE_CONFIG”] =…