Question - Using Scripts via Ansible #5217
-
Hello everyone, I'm trying to automate my HomeLab deployment with some ansible playbooks for creating some CT's. I've been using ansible to create VM's on Proxmox and then installing some specific roles on them but now I wanted to migrate all to LXC's with the usage of these scripts. So my question here is can I do the script execution via ansible and passing somekind of config file for the LXC creation? for example mount points. If not can I just create the LXC by ansible without the prompts I get on the proxmox shell when using the normal way of running the scripts? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This level of automation is not possible with our scripts. It is not meant to be automated this way. when you run ansible anyway, just reuse the contents of our scripts for your playbooks. |
Beta Was this translation helpful? Give feedback.
This level of automation is not possible with our scripts. It is not meant to be automated this way. when you run ansible anyway, just reuse the contents of our scripts for your playbooks.