Skip to content

Commit

Permalink
Merge pull request #549 from konstruktoid/tests
Browse files Browse the repository at this point in the history
update molecule host vars
  • Loading branch information
konstruktoid authored Feb 16, 2024
2 parents 20a985a + a600e67 commit e572c36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/almalinux/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
- vagrant
- sudo
suid_sgid_permissions: false
system_upgrade: false
platforms:
- name: almalinux8
box: almalinux/8
Expand Down
2 changes: 2 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ provisioner:
sshd_update_moduli: true
suid_sgid_permissions: false
almalinux9:
manage_resolved: false
manage_timesyncd: false
sshd_admin_net:
- "0.0.0.0/0"
Expand All @@ -34,6 +35,7 @@ provisioner:
- sudo
sshd_host_keys_group: ssh_keys
sshd_update_moduli: true
system_upgrade: false
bookworm:
ansible_become_pass: vagrant
ansible_python_interpreter: /usr/bin/python3
Expand Down
1 change: 1 addition & 0 deletions molecule/docker/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ provisioner:
- sudo
sshd_host_keys_group: ssh_keys
sshd_update_moduli: true
system_upgrade: false
bookworm:
ansible_become_pass: vagrant
ansible_python_interpreter: /usr/bin/python3
Expand Down

0 comments on commit e572c36

Please sign in to comment.