ansible/roles/ubuntu_base/tasks
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
..
base.yml Create separate role for SSH and Vagrant 2022-11-16 20:31:44 +01:00
dell-apt-repo.yml Some Vagrant fixes 2022-11-15 22:06:53 +00:00
main.yml Keep ansible "clean" and do ssh port magic in Vagrantfile. 2022-11-17 08:53:45 +01:00
ssh-port.yml Simplify SSH configuration 2022-11-17 22:15:26 +01:00
upgrade.yml move tags into main.yml instead 2022-07-22 12:37:39 +00:00
users.yml Avoid conflicts with built-in function name keys 2022-11-15 20:28:34 +01:00