forked from manala/ansible-roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.manala.yaml
42 lines (37 loc) · 994 Bytes
/
.manala.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
####################################################################
# !!! REMINDER !!! #
# Don't forget to run `manala up` each time you update this file ! #
####################################################################
manala:
recipe: lazy.ansible
###########
# Project #
###########
project:
name: manala-ansible-roles
##########
# System #
##########
system:
dir: /srv/ansible_collections/manala/roles
env_file:
- .env.dist
- .env
docker: true
git:
config: |
# Silence false positive dubious ownership errors
[safe]
directory = *
ansible:
version: 2.14.3
dependencies:
# Collection community.docker
- docker==6.0.1
ansible-lint:
version: 6.14.2
molecule:
version: 5.0.1
dependencies:
- molecule-plugins==23.4.1
- molecule-plugins[docker]==23.4.1