Introduction
Introduction Statistics Contact Development Disclaimer Help
molecule.yml - ansible-roles - A collection of ansible roles I have created ove…
git clone git://jay.scot/ansible-roles
Log
Files
Refs
README
LICENSE
---
molecule.yml (496B)
---
1 ---
2 dependency:
3 name: galaxy
4 driver:
5 name: docker
6 lint: |
7 set -e
8 yamllint .
9 ansible-lint
10 platforms:
11 - name: instance
12 image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}-ansible:la…
13 command: ${MOLECULE_DOCKER_COMMAND:-""}
14 volumes:
15 - /sys/fs/cgroup:/sys/fs/cgroup:ro
16 privileged: true
17 pre_build_image: true
18 published_ports:
19 - "0.0.0.0:8000:8000/tcp"
20 provisioner:
21 name: ansible
22 playbooks:
23 converge: ${MOLECULE_PLAYBOOK:-converge.yml}
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.