ansible - Include multiple classes from other files in Python-scripts used by playbooks -


rookie here when comes ansible. writing python scripts executed playbooks.

found on ansibles documentation pages:

"modules must self-contained in 1 file auto-transferred ansible."

does mean can't include libraries , have use 1 file only? generates awful lot of redundancy, know if there workaround.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -