Skip to content

Commit

Permalink
chore: minor refactoring
Browse files Browse the repository at this point in the history
- Move common raspi variables to the group
- Specify ansible collection versions
- Remove old Debian images
- Update debian images on proxmox hosts
  • Loading branch information
ferrarimarco committed Nov 17, 2024
1 parent 76c641a commit 9ca79cc
Show file tree
Hide file tree
Showing 10 changed files with 1,768 additions and 1,719 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
ansible_user: pi
configure_docker: true
configure_tailscale: true
configure_wifi: true
is_raspberry_pi: true
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
configure_docker: true
configure_wifi: true
delete_systemd_journal_file: true
has_sense_hat: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
backups_samba_share_path: "/media/data0/backups-marco"
configure_backup_restic: true
configure_asuswrt_chkwan: true
configure_docker: true
configure_home_assistant: true
configure_media_stack: true
configure_monitoring_backend: true
Expand All @@ -12,7 +11,6 @@ configure_monitoring_ont: true
configure_network_shares: true
configure_network_stack: true
configure_syncthing: true
configure_wifi: true
configure_zigbee2mqtt: true
disks_to_mount:
- fstype: ext4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
configure_docker: true
configure_wifi: true
delete_systemd_journal_file: true
has_raspberry_pi_v2_camera: true
3 changes: 3 additions & 0 deletions config/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
collections:
- name: ansible.posix
version: "1.6.2"
- name: ansible.utils
version: "5.1.2"
- name: community.crypto
version: "2.22.3"
- name: community.docker
version: "3.10.3"
- name: community.general
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Send Wake-on-LAN magic packets
community.general.wakeonlan:
mac: "{{ item.mac_address }}"
# Don't report changes because this task always report a status
# Don't report changes because this task always reports a status
# of 'changed', breaking idempotence tests
changed_when: false
delegate_to: localhost
Expand Down
Loading

0 comments on commit 9ca79cc

Please sign in to comment.