[DOC] Replaces full ansible-pull command with a short script

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-10-29 23:24:30 +00:00
parent f80cc7b7eb
commit 340778c6f4

View File

@ -4,16 +4,10 @@ To be used in the LXD host (currently **servidora1e0.bogota.agofer**), using
`ansible-pull`. `ansible-pull`.
```sh ```sh
ansible-pull \ launch-odoo14-container.sh newodoocontainer
-U ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-odoo14-launch-container \
-e nombre=<newodoocontainer> \
--vault-password-file ~/.vault_pass.txt \
-l localhost,nginx \
-i hosts
``` ```
* Launches a new LXD container called **newodoocontainer**, that uses a LXD profile to download * Launches a new LXD container called **_newodoocontainer_**, that uses a LXD profile to download
and setup Odoo v14. and setup Odoo v14.
* Creates a DNS alias for **externo.agofer.net** or **externo2.agofer.net** * Creates a DNS alias for **externo.agofer.net** or **externo2.agofer.net**
(see role variables in `local.yml` file), called **_newodoocontainer_.agofer.net**. (see role variables in `local.yml` file), called **_newodoocontainer_.agofer.net**.