Giter Site home page Giter Site logo

Comments (4)

kurokobo avatar kurokobo commented on August 24, 2024

You should to know about Execution Environment. When the Job is executed, AWX creates a new Pod for the Job to run. This Pod is then deleted when the job is complete.

Any playbooks that do anything with localhost will only work within this Pod; the file system of this Pod is completely volatile, and any files created in the playbook will be lost when the job is completed, since the Pod is deleted.

If you want to make any files persistent which created by any playbooks on localhost, create a PV and define Container Group , and configure the Pod to mount the PV to the specific path in the Pod.
This is my guide to use Container Group: https://github.com/kurokobo/awx-on-k3s/tree/main/containergroup

from awx-on-k3s.

kurokobo avatar kurokobo commented on August 24, 2024

In addition for your future reference: I recommend you to use Markdown syntax instead of your own formatting rules, when creating new issue or adding new comment on GitHub: https://github.github.com/gfm/

Your logs, YAMLs, and any text you pasted is broken and hard to read. You should use Code Blocks at least, to paste something from your terminal or YAML files.

from awx-on-k3s.

crupib avatar crupib commented on August 24, 2024

My issue has been resolved.

from awx-on-k3s.

crupib avatar crupib commented on August 24, 2024

from awx-on-k3s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.