Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
kk
tower
Commits
2c82f513
Commit
2c82f513
authored
Mar 09, 2017
by
Dmitry Lukhtionov
Browse files
Update Readme.md
parent
62c58a5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
2c82f513
...
...
@@ -73,9 +73,7 @@ Replace /opt/tower/ to directory of your choice
Add user tower to sudo group.
*
For example:
`adduser tower sudo`
*
Select Local installation type with local ip on Nodes screen.
-
Run Tower
*
Run Tower
```
#!shell
/opt/tower# su - tower -c "cd /opt/tower && ./bin/tower-web"
...
...
@@ -96,8 +94,7 @@ Add user tower to sudo group.
## Prepare nodes
On each node
*
create ansible user (
*ansible*
by default),
*
grant it passwordless sudo privileges and copy Tower's
*
copy public ssh key (
*/home/tower/.ssh/id_rsa.pub*
) to
*ansible's*
*
grant it passwordless sudo privileges and copy Tower's public ssh key (
*/home/tower/.ssh/id_rsa.pub*
) to
*ansible's*
```
#!shell
/opt/tower# su - tower -c "ssh-copy-id node_ip"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment