This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ansible/common.yml

9 lines
140 B
YAML
Raw Normal View History

---
- name: Run common rolls for all hosts in common
hosts: common
become: true
roles:
- role: common
tags: common