all

Cerca

Heus ací els resultats de la cerca.

Curso python udemy
3 Resultats, Darrera modificació:
As you can see, the for-loop repeatedly converted all the items of 'abc' to uppercase. * The name a... atsheet: Imported Modules * Builtin objects are all objects that are written inside the Python interp... > import time time.sleep(5) </code> * A list of all builtin modules can be printed out with:<code pyt
introducción @info:cursos:udemy:ansible
3 Resultats, Darrera modificació:
ando a través del usuario <usuario> * ''ansible all -u <usuario> -a "hostname"'': se conecta con toda... --become'' : subir a superusuario * ''ansible all -m user -a "name=oforte state=present" --become''... ybooks * ''ansible [opciones] servidores|grupos|all [-m módulo] [-a argumentos/comandos si no se usa
bases de datos @info:cursos:udemy:ansible:modulos
3 Resultats, Darrera modificació:
das las BDD mysql_db: state: dump name: all # palabra clave target: /tmp/{{ ansible.hostn... <password> state: present priv: "<bdd>.*:ALL" </code> === postgres_db * requerido * nam... state: present password: <password> priv: ALL </code> === mongodb_user * requerido * nam
playbooks @info:cursos:udemy:ansible
2 Resultats, Darrera modificació:
ybook.yml>--- - name: Mi primer playbook hosts: all remote_user: <usuario> become: true # a nivel... ** - variables de grupo (inventario->group_vars/all->group_vars/<grupo>) - variables de servidor (i
gestionar el sistema @info:cursos:udemy:ansible:modulos
2 Resultats, Darrera modificació:
en ese path * filter = * * gather_subset = { all | hardware | network | virtual } * gather_timeo... > - name: obtiene facts setup gather_subset: all </code> === sysctl cambios en el kernel\\ [[http
creación virtual-machine @info:cursos:udemy:terrafrom-fundamentos
1 Resultats, Darrera modificació:
e> * ''sudo mysql -u root -p''<code sql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' INDENTIFIED BY 'p
Sistema de Control de Versiones @info:cursos:udemy:ansible:modulos
1 Resultats, Darrera modificació:
* scope = { local | global | system } * list_all = yes / no * repo = ruta/repo <code yaml> -nam