mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
5c1f426b1d
commit
7514ff56f6
@ -11,7 +11,9 @@ datacenter:
|
||||
odroid_worker:
|
||||
hosts:
|
||||
192.168.77.13[2:5]:
|
||||
|
||||
localhost1:
|
||||
hosts:
|
||||
localhost
|
||||
vars:
|
||||
ansible_ssh_user: jd
|
||||
ansible_ssh_pass: lacijaydee
|
||||
@ -51,9 +53,7 @@ datacenter:
|
||||
ansible_port: 5985
|
||||
ansible_winrm_server_cert_validation: ignore
|
||||
ansible_winrm_kerberos_delegation: true\
|
||||
localhost1:
|
||||
hosts:
|
||||
localhost
|
||||
|
||||
containers:
|
||||
children:
|
||||
router:
|
||||
|
@ -1,6 +1,5 @@
|
||||
- hosts: localhost1
|
||||
name: Apt udate
|
||||
become: true
|
||||
tasks:
|
||||
- name: Apt exclude linux-dtb-current-meson64
|
||||
ansible.builtin.shell: 'df -h'
|
Loading…
x
Reference in New Issue
Block a user