Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/azure-testing
Azure testing with ansible
https://github.com/juju4/azure-testing
Last synced: 12 days ago
JSON representation
Azure testing with ansible
- Host: GitHub
- URL: https://github.com/juju4/azure-testing
- Owner: juju4
- License: bsd-2-clause
- Created: 2020-11-16T01:27:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T23:03:04.000Z (over 3 years ago)
- Last Synced: 2024-11-07T17:41:02.644Z (2 months ago)
- Language: Jinja
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure testing with ansible
Basic playbook, mostly from Ansible documentation
```
$ virtualenv env-azure
$ . env-azure/bin/activate
$ pip3 install -r requirements.txt
$ pip3 install -r https://raw.githubusercontent.com/ansible-collections/azure/dev/requirements-azure.txt
$ ansible-galaxy collection install azure.azcollection
$ ansible-playbook -v azurelab-test.yml
```If using the SQL import, need freetds library
```
$ brew install freetds
```## Other playbooks
* azure-database: test SQL server with some security settings
* azure-sentinel-simple: basic log analytics and sentinel
* azure-sentinel-az2go with https://github.com/OTRF/Azure-Sentinel2Go* azure-jumphost: Linux Jumphost with some system hardening and docker
## References
* [installing ansible[azure] in same pip command as ansible doesn't work #67255](https://github.com/ansible/ansible/issues/67255#issuecomment-621408450)
## License
BSD 2-clause