mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-03-12 07:42:11 +01:00
Compare commits
3 Commits
80477a58e3
...
0d50bab61d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d50bab61d | ||
|
|
c118d23111 | ||
|
|
83a0be3afd |
9
site.yml
9
site.yml
@@ -1,4 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
- name: Pre tasks
|
||||||
|
hosts: all
|
||||||
|
pre_tasks:
|
||||||
|
- name: Verify Ansible is version 2.11 or above. (If this fails you may need to update Ansible)
|
||||||
|
assert:
|
||||||
|
that: "ansible_version.full is version_compare('2.11', '>=')"
|
||||||
|
msg: >
|
||||||
|
"Ansible is out of date. See here for more info: https://docs.technotim.live/posts/ansible-automation/"
|
||||||
|
|
||||||
- name: Prepare Proxmox cluster
|
- name: Prepare Proxmox cluster
|
||||||
hosts: proxmox
|
hosts: proxmox
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|||||||
Reference in New Issue
Block a user