Skip to content

Commit

Permalink
server tests ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Aug 18, 2023
1 parent 65f8f15 commit 437ec81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ dependency:
enabled: ${DEPENDENCY_ENABLED:-True}
options:
role-file: ${REQUIREMENTS_PATH:-requirements-standalone.yml}
roles-path: ${MOLECULE_PROJECT_DIRECTORY}/../community
requirements-file: requirements-collections.yml
collections-path: ${MOLECULE_PROJECT_DIRECTORY}/../community-collections
driver:
name: podman
platforms:
Expand Down
5 changes: 5 additions & 0 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
- include_role:
name: tcharl.ansible_users
tasks_from: requirements.yml
vars:
company_domain: "osgiliath.test" # That server's hostname will be should ipa."{{ company_domain }}"
company_realm_password: '123ADMin'
company_ad_password: '123ADmPass'

0 comments on commit 437ec81

Please sign in to comment.