Skip to content
Snippets Groups Projects
Commit 5dc79bc6 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

deleting galaxy repository files

parent 969e28c0
No related branches found
No related tags found
1 merge request!313Mockldap without TLS enabled but capable
[all]
test-role-vagrant ansible_host=127.0.0.1 ansible_port=2222 ansible_ssh_private_key_file="/home/jooho/.vagrant.d/insecure_private_key" ansible_user=vagrant
[group1]
test-role-vagrant
---
converged: null
created: true
default_platform: null
default_provider: null
driver: vagrant
driver_config:
current_platform: ubuntu
current_provider: virtualbox
instances:
- ansible_groups:
- group1
name: test-role-vagrant
vm_name: test-role-vagrant
platforms:
- box: centos/7
name: centos
- box: fedora/25-cloud-base
name: fedora
- box: ubuntu/trusty64
name: ubuntu
providers:
- name: virtualbox
options:
cpus: 2
memory: 512
type: virtualbox
raw_config_args:
- ssh.insert_key = false
hosts:
test-role-vagrant:
groups:
- group1
multiple_platforms: null
---
dependency:
name: galaxy
driver:
name: docker
vagrant:
platforms:
- name: centos
box: centos/7
- name: fedora
box: fedora/25-cloud-base
- name: ubuntu
box: ubuntu/trusty64
providers:
- name: virtualbox
type: virtualbox
options:
memory: 512
cpus: 2
instances:
- name: test-role-vagrant
ansible_groups:
- group1
raw_config_args:
- "ssh.insert_key = false"
docker:
containers:
- name: ansible-role-test-openldap-server
image: centos_docker
image_version: latest
cap_add:
- 'SYS_ADMIN'
volume_mounts:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
privileged: True
command: /sbin/init
ansible_groups:
- group1
ansible:
verbose: vvvv
become: yes
verifier:
name: testinfra
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment