Compare commits

...

4 Commits

Author SHA1 Message Date
b03bad579c build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-01-20 15:01:46 +01:00
d9b4dd926d build 2026-01-20 15:01:10 +01:00
4bab45d3e8 build 2026-01-20 14:49:57 +01:00
fbb972c20d build 2026-01-20 14:32:58 +01:00
3 changed files with 3 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ datacenter:
omv.home.lan:
192.168.77.101:
rack.home.lan:
morefine.home.lan:
vars:
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_user: jd

View File

@@ -104,8 +104,7 @@ datacenter:
vars:
ansible_ssh_user: jd
ansible_become_user: root
ansible_become_password: q
# ansible_ssh_password: q
ansible_become_password: l4c1j4yd33Du5lo
ansible_ssh_private_key_file: ssh_key.pem
proxmox:
children:
@@ -181,7 +180,6 @@ datacenter:
vars:
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_user: jd
ansible_become_password: q
ansible_ssh_private_key_file: ssh_key.pem
vms:
children:

View File

@@ -6,15 +6,8 @@
file: jaydee.yml
- name: Include facts
ansible.builtin.include_role:
name: "setup"
name: setup
when: ansible_facts.architecture is not defined
# - name: Add several users
# ansible.builtin.shell:
# cmd: |
# apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
# register: logo
# changed_when: "logo.rc == 0"
# when: inventory_hostname not in ['morefine.home.lan','rack.home.lan', 'rpi5.home.lan']
- name: Upgrade Debian
ansible.builtin.apt: