Remove OpenWRT templating for playbooks and fix update playbook

This commit is contained in:
Keannu Bernasol 2025-01-13 00:49:33 +08:00
parent 19d3e3d02c
commit 0021833b44
3 changed files with 1 additions and 8 deletions

View file

@ -1 +0,0 @@
# OpenWRT-specific variables go here

View file

@ -5,10 +5,3 @@
10.0.10.169 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 10.0.10.169 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
# 10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
[openwrt]
# Not enough storage space for these devices to support Ansible
# 10.0.10.1
# 10.0.10.2
# 10.0.10.3

View file

@ -14,6 +14,7 @@
notify: Restart Docker Containers notify: Restart Docker Containers
- name: Update all packages - name: Update all packages
apt: apt:
name: "*"
update_cache: false update_cache: false
autoremove: true autoremove: true
state: latest state: latest