You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/image_prep
David Wilson e4321f81a0 issue #600: /etc/environment may be non-ASCII in an unknown encoding 5 years ago
..
README.md [stream-refactor] allow doas_test to succeed on CentOS 5 years ago
_container_setup.yml issue #600: /etc/environment may be non-ASCII in an unknown encoding 5 years ago
_user_accounts.yml issue #543: dumb fix for file vs. stat :( 5 years ago
ansible.cfg issue #543: disable host key checking 5 years ago
build_docker_images.py [stream-refactor] Debian Docker container image initctl 5 years ago
py24-build.sh issue #477: import updated Python build scripts 5 years ago
py24.sh issue #477: import updated Python build scripts 5 years ago
setup.yml issue #543: make localhost_ansible_tests run locally 5 years ago
shared_vars.yml issue #543: make localhost_ansible_tests run locally 5 years ago

README.md

image_prep

This directory contains Ansible playbooks for building the Docker containers used for testing, or for setting up an OS X laptop so the tests can (mostly) run locally.

The Docker config is more heavily jinxed to trigger adverse conditions in the code, the OS X config just has the user accounts.

See ../README.md for a (mostly) description of the accounts created.

Building the containers

./build_docker_images.sh

Requires Ansible 2.3.x.x in order to target CentOS 5

Preparing an OS X box

WARNING: this creates a ton of accounts with preconfigured passwords. It is generally impossible to restrict remote access to these, so your only option is to disable remote login and sharing.

ansible-playbook -b -c local -i localhost, -l localhost setup.yml