Go to file
Sam A. 6e383d6afa
Simplify SSH configuration
Now that the Vagrantfile supplies SSH port information to Ansible, we no
longer need to figure it out in Ansible. Also, since gather_facts (which
requires an SSH connection) is set to true in playbook.yml, one needs to
supply --extra-vars "ansible_port=22" on the commandline when
provisioning for the first time on real hardware, because the port is
hardcoded in the inventory file.
2022-11-17 22:15:26 +01:00
group_vars/all Remove volume_root_folder from vars.yml 2022-11-15 20:52:38 +01:00
roles Simplify SSH configuration 2022-11-17 22:15:26 +01:00
.gitignore Update .gitignore to ignore vagrant stuff 2018-06-24 15:16:29 +02:00
Vagrantfile Simplify SSH configuration 2022-11-17 22:15:26 +01: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 Keep ansible "clean" and do ssh port magic in Vagrantfile. 2022-11-17 08:53:45 +01:00