Go to file
Sam A. 57ca1e9233
Create separate role for SSH and Vagrant
- Added a separate role that first configures SSH, and after that
  gathers the ansible_virtualization_role fact, due to gathering facts
  requiring an SSH connection
- Renamed ssl_certs_enabled to letsencrypt_enabled and moved that
  and the vagrant variable to the be supplied directly to the last two
  roles in playbook.yml
- Added tags base_only and setup_services to the new role
  ssh_and_vagrant so that it will always be run before anything else
  when using deploy.sh
2022-11-16 20:31:44 +01:00
group_vars/all Remove volume_root_folder from vars.yml 2022-11-15 20:52:38 +01:00
roles Create separate role for SSH and Vagrant 2022-11-16 20:31:44 +01:00
.gitignore Update .gitignore to ignore vagrant stuff 2018-06-24 15:16:29 +02:00
Vagrantfile Vagrant: Use same Ubuntu version as in production 2022-11-15 22:06:53 +00:00
ansible.cfg Use inventory in ansible.cfg 2021-03-04 13:52:25 +01:00
datacoop_hosts Update host ip 2022-03-02 15:44:40 +00:00
deploy.sh Add a way to only run the base role. 2022-11-11 22:16:22 +01:00
playbook.yml Create separate role for SSH and Vagrant 2022-11-16 20:31:44 +01:00