Skip to content

Commit

Permalink
Remove callback_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Mar 20, 2019
1 parent 3dcbab8 commit e558d11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 47 deletions.
7 changes: 0 additions & 7 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,7 @@ platforms:
image: ubuntu:latest
provisioner:
name: ansible
inventory:
host_vars:
scl-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
lint:
name: ansible-lint
config_options:
defaults:
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
scenario:
name: default
45 changes: 8 additions & 37 deletions molecule/ec2/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ driver:
lint:
name: yamllint
platforms:
# - name: rhel-7
# image: ami-c86c3f23
# instance_type: t2.micro
# vpc_subnet_id: subnet-0e688067
# - name: sles-15
# image: ami-0a1886cf45f944eb1
# instance_type: t2.micro
# vpc_subnet_id: subnet-0e688067
- name: rhel-7
image: ami-c86c3f23
instance_type: t2.micro
vpc_subnet_id: subnet-0e688067
- name: sles-15
image: ami-0a1886cf45f944eb1
instance_type: t2.micro
vpc_subnet_id: subnet-0e688067
- name: scl-ubuntu-18.04
image: ami-0bdf93799014acdc4
instance_type: t2.micro
Expand All @@ -36,9 +36,6 @@ provisioner:
name: ansible
lint:
name: ansible-lint
config_options:
defaults:
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
inventory:
host_vars:
scl-ubuntu-18.04:
Expand All @@ -49,29 +46,3 @@ provisioner:
ansible_user: fedora
scenario:
name: ec2
create_sequence:
- create
check_sequence:
- destroy
- dependency
- create
- converge
- check
- destroy
converge_sequence:
- dependency
- create
- converge
destroy_sequence:
- destroy
test_sequence:
- lint
- destroy
- dependency
- syntax
- create
- converge
- idempotence
- side_effect
- verify
- destroy
3 changes: 0 additions & 3 deletions molecule/vagrant/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ provisioner:
name: ansible
lint:
name: ansible-lint
config_options:
defaults:
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
scenario:
name: vagrant

0 comments on commit e558d11

Please sign in to comment.