Changeset 13843 for main/waeup-ansible/README.rst
- Timestamp:
- 20 Apr 2016, 14:13:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/README.rst
r13839 r13843 105 105 daemon and then add important accounts: "uli", "henrik", "ansible". 106 106 107 To make sure, the connection to a "freshmech" works, you should at 108 least one time login via SSH before proceeding with ansible and all 109 bells and whistles:: 110 111 ssh -l root 192.168.36.10 112 113 (with the real IP of the machine you want to reach, of course). 114 107 115 Any host you want to "bootstrap" must be entered in a local hosts 108 116 file, normally ``hosts-virtual``, with a line like this: … … 120 128 the provider on the commandline. For the local `vagrant` machines this 121 129 will be `vagrant`. 130 131 If run on local virtual machines, you might want to make sure that 132 your local `known_hosts` file does not contain an old ssh host 133 fingerprint. Otherwise you have to remove entries for:: 134 135 192.168.36.10 136 192.168.36.11 137 192.168.36.12 138 139 respectively before running `bootstrap.yml`. 140 141 Alternatively you can run everything with the 142 `ANSIBLE_HOST_KEY_CHECKING` environment variable set to ``False``:: 143 144 $ ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i hosts-virtual --ask-pass bootstrap.yml 145 146 This will suppress host fingerprint checking.
Note: See TracChangeset for help on using the changeset viewer.