Browse Source

Merge pull request #241 from neuhaus/patch-1

Add note about editing hosts file to README
Luke Cyca 11 years ago
parent
commit
5430f3c623
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.textile

+ 3
- 0
README.textile View File

@@ -151,6 +151,9 @@ Take the string beginning with @sha256#@ and insert it as the value for @irc_pas
151 151
 
152 152
 For git hosting, copy your public key into place. @cp ~/.ssh/id_rsa.pub roles/git/files/gitolite.pub@ or similar.
153 153
 
154
+Finally, replace the TODOs in the file @hosts@. If your SSH daemon listens on a non-standard port, add a colon and the port number after the IP address.
155
+In that case you also need to add your custom port to the task @Set firewall rules for web traffic and SSH@ in the file @roles/common/tasks/ufw.yml@.
156
+
154 157
 h3. 5. Run the Ansible Playbooks
155 158
 
156 159
 First, make sure you've "got Ansible 1.6+ installed":http://docs.ansible.com/intro_installation.html#getting-ansible.

Loading…
Cancel
Save