Skip to content

Commit

Permalink
readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Molic committed Dec 14, 2020
1 parent 808513d commit 51624b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ What needs to be done:

The question is, why Ansible is so popular? And my answer is: it has lots of modules for setting-up whatever you imagine. Bashible could offer the same - shared scripts. For instance a script for a webserver:

$ webserver --add-domain foobar.com..
$ webserver --htpasswd foobar.com user password..
$ webserver --disable-domain foobar.com..
$ webserver --add-domain foobar.com
$ webserver --htpasswd foobar.com user password
$ webserver --disable-domain foobar.com

etc.

Expand Down

0 comments on commit 51624b9

Please sign in to comment.