-
Notifications
You must be signed in to change notification settings - Fork 36
/
.manala.yaml
46 lines (41 loc) · 1.1 KB
/
.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
43
44
45
46
####################################################################
# !!! 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: /usr/share/ansible/collections/ansible_collections/manala/roles
env_file:
- .env
- path: .env.local
required: false
docker: true
git:
config: |
# Silence false positive dubious ownership errors
[safe]
directory = *
ansible:
version: 2.15.12
config: |
[defaults]
force_color = True
retry_files_enabled = False
dependencies:
# Collection community.docker
- docker==7.1.0
ansible-lint:
version: 24.7.0
molecule:
version: 24.7.0
dependencies:
- molecule-plugins[docker]==23.5.3