first commit

This commit is contained in:
ansible user
2025-07-21 10:47:59 +02:00
commit f7e76e9748
71 changed files with 1727 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# - name: Pre-IP override setup
# hosts: all
# gather_facts: false
# tasks:
# - name: Capture static IP and override ansible_host with ansible_oldip
# set_fact:
# ansible_newip: "{{ hostvars[inventory_hostname]['ansible_host'] }}"
# ansible_host: "{{ ansible_oldip }}"
# when: ansible_oldip is defined
- hosts: all
become: true
roles:
- serv-05-dockerubuntu24