File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 2626 netmask : 255.255.255.0
2727 dhcp_start : 192.168.1.100
2828 dhcp_end : 192.168.1.200
29+ roles :
30+ - role : tcharl.ansible_role_libvirt_host
2931 tasks :
30- - name : " Include ansible-role-libvirt-host"
31- include_role :
32- name : " ansible-role-libvirt-host"
33-
3432 - name : " Post converge - Install vagrant"
3533 package :
3634 name :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lint: |
1515 ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections ansible-lint
1616platforms :
1717 - name : Fedora-Molecule-libvirt-host
18- box : fedora/34 -cloud-base
18+ box : fedora/35 -cloud-base
1919 provider_options :
2020 cpus : 4
2121 memory : 8092
@@ -31,7 +31,7 @@ platforms:
3131provisioner :
3232 name : ansible
3333 env :
34- ANSIBLE_ROLES_PATH : ${MOLECULE_PROJECT_DIRECTORY}/../community :${ANSIBLE_ROLES_PATH}:${ MOLECULE_PROJECT_DIRECTORY}/..
34+ ANSIBLE_ROLES_PATH : " ${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH} "
3535verifier :
3636 name : testinfra
3737 env :
Original file line number Diff line number Diff line change 2222 - name : ansible-virtualization-bridge
2323 mode : bridge
2424 bridge : bridge0
25+ roles :
26+ - role : tcharl.ansible_role_libvirt_host
2527 tasks :
26- - name : " Include ansible-role-libvirt-host"
27- include_role :
28- name : " ansible-role-libvirt-host"
29-
3028 - name : " Post converge - Install vagrant"
3129 package :
3230 name :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lint: |
1515 ANSIBLE_ROLES_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community ANSIBLE_COLLECTIONS_PATH=${MOLECULE_PROJECT_DIRECTORY}/../community-collections ansible-lint
1616platforms :
1717 - name : Fedora-Molecule-libvirt-host
18- box : fedora/34 -cloud-base
18+ box : fedora/35 -cloud-base
1919 provider_options :
2020 driver : ' "kvm"'
2121 cpus : 2
@@ -31,7 +31,7 @@ provisioner:
3131 pipelining : true
3232 ssh_args : -o ControlMaster=auto -o ControlPersist=600s
3333 env :
34- ANSIBLE_ROLES_PATH : ${MOLECULE_PROJECT_DIRECTORY}/../community :${ANSIBLE_ROLES_PATH}:${ MOLECULE_PROJECT_DIRECTORY}/..
34+ ANSIBLE_ROLES_PATH : " ${MOLECULE_PROJECT_DIRECTORY}/..:${MOLECULE_PROJECT_DIRECTORY}/../community:${ANSIBLE_ROLES_PATH} "
3535verifier :
3636 name : testinfra
3737 env :
You can’t perform that action at this time.
0 commit comments