This website requires JavaScript.
Explore
Help
Sign In
Jose
/
ansible_samba_tasks
Watch
1
Star
0
Fork
0
You've already forked ansible_samba_tasks
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a63f3e1de985541068075d3e5dcf71aa6557a8d8
ansible_samba_tasks
/
tasks
/
setupacdc.yml
6 lines
114 B
YAML
Raw
Normal View
History
Unescape
Escape
feat ✨: Add setupacdc.yml task to configure Proxmox containers This commit adds a new task to the `tasks` directory that configures Proxmox containers using the `community.proxmox.proxmox` module. The task is designed to be used in CI/CD pipelines to automate the setup of container environments.
2025-10-21 19:37:52 +02:00
-
hosts
:
"node0"
gather_facts
:
yes
tasks
:
-
name
:
Create lxc container
feat ✨: Add Proxmox Proxmox module to tasks/setupacdc.yml This commit adds the Proxmox Proxmox module to the setupacdc playbook, enabling the creation of LXC containers.
2025-10-21 19:42:03 +02:00
community.proxmox.proxmox
:
Reference in New Issue
Copy Permalink