# build-vcs2aws **Repository Path**: mirrors_mozilla/build-vcs2aws ## Basic Information - **Project Name**: build-vcs2aws - **Description**: INACTIVE - http://mzl.la/ghe-archive - Playbooks to deploy and manage VCS-Sync in AWS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Ansible playbooks for managing vcs-sync in AWS. Please see [Github Wiki](https://github.com/ffledgling/vcs2aws/wiki) for info. Useful links - AWS AMI: - Ansible + Block Storage: - Ansible + EC2: - Ansible + AWS in general: - AWS EBS: File tree ``` Explanations for non-obvious directories inline. . ├── config.yml ├── files # Directory with files to copy over to remote machines │   ├── bash_profile │   ├── legacy_crontab │   └── ssh_config ├── group_vars # variables for ansible scripts │   └── all ├── legacy_software.playbook.yml ├── mapping.playbook.yml ├── provision_instances.playbook.yml ├── README.md └── TODO.mkd 2 directories, 10 files ```