-
Notifications
You must be signed in to change notification settings - Fork 19
/
molecule.yml
59 lines (59 loc) · 1.23 KB
/
molecule.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
---
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint --exclude molecule
flake8
platforms:
- name: lamp-client-debian-10
hostname: lamp-client-debian-10
image: debian:10
command: /lib/systemd/systemd
privileged: true
networks:
- name: lamp-borg
groups:
- clients
- lamp
- name: lamp-server-debian-10
hostname: lamp-server-debian-10
image: debian:10
networks:
- name: lamp-borg
groups:
- borgbackup_servers
provisioner:
name: ansible
config_options:
defaults:
callbacks_enabled: profile_tasks
gather_timeout: 30
interpreter_python: auto
jinja2_extensions: jinja2.ext.do
timeout: 30
ssh_connection:
pipelining: true
inventory:
group_vars:
all:
stage: docker
borgbackup_appendonly: true
borgbackup_servers:
- fqdn: lamp-server-debian-10
user: borgds
type: normal
home: /var/backup/
pool: repos
options: ""
host_vars:
lamp-client-debian-10:
apache2_adminhost_https: false
borgbackup_passphrase: soo6Uabiex
scenario:
name: lamp
verifier:
name: testinfra
options:
verbose: true