Initial
This commit is contained in:
15
requirements.yml
Normal file
15
requirements.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
roles:
|
||||
# Install a role from Ansible Galaxy.
|
||||
# note that ranges are not supported for roles
|
||||
- name: geerlingguy.certbot
|
||||
version: "5.4.1"
|
||||
|
||||
collections:
|
||||
# Install a collection from Ansible Galaxy.
|
||||
- name: community.general
|
||||
version: ">=7.0.0"
|
||||
source: https://galaxy.ansible.com
|
||||
- name: ansible.posix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user