Skip to content

Commit

Permalink
Move privilege escalation params into config (LemmyNet#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic authored Nov 25, 2021
1 parent ee36fdc commit 34497c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Edit the inventory hosts file (inventory/hosts) to your liking.

Run the playbook:

`ansible-playbook -i inventory/hosts lemmy.yml --become -K`
`ansible-playbook -i inventory/hosts lemmy.yml`

If the command above fails, you may need to comment out this line In the ansible.cfg file:

Expand Down
4 changes: 4 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ inventory = inventory

[ssh_connection]
pipelining = True

[privilege_escalation]
become = True
become_ask_pass: True

0 comments on commit 34497c3

Please sign in to comment.