Skip to content

Ansible role to deploy samba DCs and client against ALT Linux

License

Notifications You must be signed in to change notification settings

rbapin/ansible-samba

 
 

Repository files navigation

Deploy test environment

vagrant up

Run tests

Prepare virtual environment

virtualenv .venv
source .venv/bin/activate
easy_install $(cat requirements.txt)

vagrant ssh-config > .tmp/ssh_config
source .tmp/domain_config

Run test

pytest -vv --gherkin-terminal-reporter tests/

About

Ansible role to deploy samba DCs and client against ALT Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • Gherkin 16.9%