mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-04-29 00:10:58 +00:00
Terraform working with ansible
This commit is contained in:
11
ansible/playbooks/site.yml
Normal file
11
ansible/playbooks/site.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user