Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Curso python udemy
- As you can see, the for-loop repeatedly converted all the items of 'abc' to uppercase. * The name a... me(1, b=2, c=10)) </code> * An *args parameter allows the function to be called with an arbitrary n... utput: 1001 </code> * A %%**%%kwargs parameter allows the function to be called with an arbitrary nu... atsheet: Imported Modules * Builtin objects are all objects that are written inside the Python interp
- Terraform, conditionals, state and VM @info:cursos:udemy:terraform-azure
- net.web_server_subnet.id}" private_ip_address_allocation = "dynamic" public_ip_address_id ... ce_group.web_server_rg.name}" public_ip_address_allocation = "dynamic" } </sxh> == conditionals <sxh... ce_group.web_server_rg.name}" public_ip_address_allocation = "${var.environment == "production" ? "st... net.web_server_subnet.id}" private_ip_address_allocation = "dynamic" public_ip_address_id
- introducción @info:cursos:udemy:ansible
- 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
- 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
- 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
- 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
- utilidades @info:cursos:udemy:ansible:modulos
- == script copia el script en el nodo y se ejecuta allí\\ [[https://docs.ansible.com/ansible/latest/modu... vars_from = main * defaults_from = main * allow_duplicates = true / false === include_vars inc
- Terraform, variables, interpolation and networking @info:cursos:udemy:terraform-azure
- rerm_subnet.web_server_subnet.id private_ip_address_allocation = "dynamic" } } </code>
- creación virtual-machine @info:cursos:udemy:terrafrom-fundamentos
- 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
- * scope = { local | global | system } * list_all = yes / no * repo = ruta/repo <code yaml> -nam
- ficheros y openssl @info:cursos:udemy:ansible:modulos
- -name: extraer en remoto fichero ya existente allí unarchive: src=<file.tgz> dest=/opt/fichero re