• Joined on 2024-05-30
Jose pushed to main at Jose/ansible_samba_tasks 2025-11-01 10:27:56 +01:00
4d21444433 chore 📦: Update setupacdc.yml to remove unnecessary node parameter
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:14:31 +02:00
b0b88423bf modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:11:39 +02:00
6d525ebf01 modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:10:22 +02:00
5d290a5e8b modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:07:17 +02:00
6d70838ac4 modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:06:26 +02:00
a955e4dcd3 refactor ♻️: Refactored the setup playbook to use localhost instead of node0 for the hosts list, improving readability and maintainability.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 18:03:23 +02:00
d71f9c74c8 modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 17:59:37 +02:00
1fe51f7db0 feat : Add support for creating LXC containers in the setup playbook.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 17:56:48 +02:00
cb21bef263 refactor ♻️: Refactored the tasks/setupacdc.yml file to install 'proxmoxer' and 'requests' Python libraries for the Semaphore user, ensuring they are installed in the home directory of the user running the Ansible playbooks.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 17:45:31 +02:00
d87a47af2d modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 17:33:47 +02:00
7699e7f435 refactor ♻️: Refactored the setup process to install necessary Python packages using Ansible.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-22 17:27:56 +02:00
1d0ba62653 fix 🐛: Update tasks/setupacdc.yml to install both 'proxmoxer' and 'requests' Python libraries on the control node.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:31:46 +02:00
3fe2166f00 modified: tasks/setupacdc.yml
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:30:37 +02:00
018e89ff8f refactor ♻️: Update setupacdc.yml to use localhost for hostnames and install 'proxmoxer' Python library on the control node.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:16:42 +02:00
2eed5c74c8 fix 🐛: Update setupacdc.yml to include the correct MAC address for DC1.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:15:13 +02:00
f04ab0129c refactor ♻️: Refactored the setupacdc.yml playbook to include variables for addc_hostname and mac_address, improving maintainability and readability.
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:13:44 +02:00
4da2a47a26 fix 🐛: Update Proxmox container creation task to use new hostname and MAC address variables.
Jose pushed to main at Jose/ansible_samba_ad_dc 2025-10-21 21:10:35 +02:00
6078e8d9b9 feat : Add new feature to configure Samba AD DC DNS settings
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:08:12 +02:00
d567df4365 fix 🐛: Update Proxmox container creation task to include DC1 hostname and MAC address
Jose pushed to main at Jose/ansible_samba_tasks 2025-10-21 21:01:28 +02:00
0e55a6afe7 refactor ♻️: Refactored the Proxmox setup task to include additional configuration options for the LXC container. Added a new parameter mac_address to specify the MAC address of the container.