This repository has been archived on 2021-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-launch-container/local.yml

29 lines
529 B
YAML

- hosts: localhost
gather_facts: no
tasks:
- name: Verify correct usage of parameter
assert:
that:
- nombre is defined
- nombre|length > 3
fail_msg: 'Debe definir una variable "nombre"'
- hosts: localhost
gather_facts: yes
user: sistemas
roles:
- lxchost
vars:
dominio: agofer.net
- hosts: nginx
gather_facts: yes
roles:
- nginxproxy
vars:
dominio: agofer.net
ansible_python_interpreter: python3
ansible_connection: lxd
ansible_host: local:nginx