Ethan Paul
c27460c47e
Split cloud VMs out from local VMs in 'cloud' group Generalize networkd install/config Generalize sshd config Create general update playbook Add host vm-host-nextcloud
10 lines
255 B
YAML
10 lines
255 B
YAML
---
|
|
- hosts: all
|
|
name: Ansible python bindings
|
|
tags: always
|
|
tasks:
|
|
- import_tasks: tasks/centos/bindings.yml
|
|
when: ansible_distribution == "CentOS"
|
|
- import_tasks: tasks/fedora/bindings.yml
|
|
when: ansible_distribution == "Fedora"
|