Files @ 30d5b3fa5b93
Branch filter:

Location: majic-ansible-roles/.gitignore

branko
MAR-132: Added support for Debian 9 (Stretch) to database_server role:

- Updated Molecule test configuration to include Debian 9 Stretch in
test matrix.
- Updated tests related to UTF-8 configuration (differences between
Debian 8 and 9).
- Deploy UTF-8 configuration in alternate locations depending on what
distro is being used.
- Force set-up of root password on Debian Stretch (default is to use
the unix_socket authentication).
*.pyc
*~
.pytest_cache/
tmp/
docs/_build/
testsite/preseed_files/

# Ignore "temporary" files created with the playbook tls.yml (certs, keys, and
# host config files for GnuTLS - ca.cfg is versioned, though).
testsite/tls/*.pem
testsite/tls/*.key
testsite/tls/*.*_*.cfg
testsite/retry/*
testsite/ssh/*_key
testsite/ssh/*_key.pub
testsite/ssh/*.example.com
testsite/ssh/*.example.com.pub
testsite/backup_keyring/

# Ignore Molecule artefacts.
.molecule
.vagrant
.cache
.yamllint

# Ignore test report artefacts
test_report*

# Ignore test site CLI artefacts.
testsite/mutt/*files