mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-01-18 10:23:03 +08:00
Remove OpenWRT templating for playbooks and fix update playbook
This commit is contained in:
parent
19d3e3d02c
commit
0021833b44
3 changed files with 1 additions and 8 deletions
|
@ -1 +0,0 @@
|
|||
# OpenWRT-specific variables go here
|
|
@ -5,10 +5,3 @@
|
|||
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.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
|
|
@ -14,6 +14,7 @@
|
|||
notify: Restart Docker Containers
|
||||
- name: Update all packages
|
||||
apt:
|
||||
name: "*"
|
||||
update_cache: false
|
||||
autoremove: true
|
||||
state: latest
|
||||
|
|
Loading…
Reference in a new issue