You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
899 B
49 lines
899 B
--- |
|
driver: |
|
name: delegated |
|
options: |
|
managed: false |
|
login_cmd_template: >- |
|
ssh |
|
-o UserKnownHostsFile=/dev/null |
|
-o StrictHostKeyChecking=no |
|
-o Compression=no |
|
-o TCPKeepAlive=yes |
|
-o VerifyHostKeyDNS=no |
|
-o ForwardX11=no |
|
-o ForwardAgent=no |
|
{instance} |
|
ansible_connection_options: |
|
ansible_connection: ssh |
|
|
|
log: true |
|
|
|
platforms: |
|
- name: instance |
|
|
|
provisioner: |
|
name: ansible |
|
config_options: |
|
defaults: |
|
fact_caching: jsonfile |
|
fact_caching_connection: /tmp/molecule/facts |
|
inventory: |
|
hosts: |
|
all: |
|
hosts: |
|
instance: |
|
ansible_host: localhost |
|
log: true |
|
env: |
|
ANSIBLE_STDOUT_CALLBACK: yaml |
|
ANSIBLE_ROLES_PATH: "${ANSIBLE_ROLES_PATH}:${HOME}/zuul-jobs/roles" |
|
|
|
scenario: |
|
test_sequence: |
|
- prepare |
|
- converge |
|
- check |
|
- verify |
|
|
|
verifier: |
|
name: ansible
|
|
|