Changeset 13837 for main/waeup-ansible
- Timestamp:
- 19 Apr 2016, 11:20:15 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/README.rst
r13832 r13837 55 55 14.04 images, 32bit version (plays nice also on 64bit hosts). 56 56 57 When hosts are being supplied by Hetzner or another hosting provider, 58 then we normally get access as `root` user only. Therefore, After base 59 init the root accounts of all hosts are enabled with password 60 ``vagrant``. This is done by the ansible playbook in 61 ``vagrant-provision.yml``. 62 57 63 All three hosts provide ssh access via:: 58 64 … … 62 68 can sudo without password. 63 69 70 After install all three hosts can also be accessed as `root` using 71 password `vagrant` (for example vh5): 72 73 $ ssh -l root 192.168.36.10 74 75 See ``Vagrantfile`` for the IP addresses set. 76 64 77 You can halt (all) the virtual hosts with:: 65 78 66 79 $ vagrant halt 80 67 81 68 82
Note: See TracChangeset for help on using the changeset viewer.