Logo
Explore Help
Sign In
Jose/ansible_samba_tasks
1
0
Fork 0
You've already forked ansible_samba_tasks
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
04c1f9b5170c39fda52fb392dd3eb7903576daa8
ansible_samba_tasks/tasks/setupacdc.yml

9 lines
210 B
YAML
Raw Normal View History

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
modified: tasks/setupacdc.yml
2025-10-21 19:42:34 +02:00
community.proxmox.proxmox:
fix 🐛: Update Proxmox API credentials in setupacdc.yml The commit updates the Proxmox API credentials for the lxc container task in setupacdc.yml. The changes ensure that the task can connect to the correct Proxmox server using the provided credentials.
2025-10-21 19:54:34 +02:00
api_user: root@pam
api_password: "{{ proxmox_password }}"
api_host: node0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 39ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API