mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-03-24 17:34:43 +00:00
11 lines
244 B
YAML
11 lines
244 B
YAML
---
|
|
- name: All hosts ansible dependencies
|
|
hosts: "masters,workers"
|
|
user: root
|
|
gather_facts: false
|
|
serial: 100%
|
|
vars:
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
|
tasks:
|
|
- name: Update apt
|
|
raw: apt-get update |