mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update README.md
This commit is contained in:
parent
40d41a667f
commit
1ae26e42bc
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# APPS
|
# APPS
|
||||||
|
|
||||||
|
## Install App
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-playbook -i hosts application.yml -e appname=wordpress
|
||||||
|
ansible-playbook -i hosts application.yml -c local -e appname=wordpress
|
||||||
|
```
|
||||||
|
|
||||||
## DevOps
|
## DevOps
|
||||||
|
|
||||||
You can add new app role from template just one command
|
You can add new app role from template just one command
|
||||||
|
|
Loading…
Reference in a new issue