Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- gestión de paquetes
- dule.html#cpanm-module]] * from_path = ruta * name = nombre * localib = ruta * mirror = mirror ... = directorio * <del>state</del> <code yaml> - name: instalar gcc yum: name=gcc state=latest - name: instalar paquete básico yum: name=perl-App-cpanminus state=latest - name: in
- gestionar el sistema
- s GlusterFS * group : gestión de grupos * hostname : gestión nombre servidor * iptables : gestión ... le.html#alternatives-module]] * requerido * name = nombre * path = /ruta/al/fichero * opcion... ruta/al/fichero * priority = 50 <code yaml> - name: fijar la versión de Java a 8 alternatives: name: java path: /usr/lib/jvm/java-8-openjdk-amd64
- utilidades
- si no existe el fichero, NO ejecuta <code yaml> - name: obtener uname command: uname -a register: salida_uname - name: crear base de datos si no existe command: /sbin/createdb.sh arg
- bases de datos
- redis * riak === mysql_db * requiere * name = nombre BDD * opcional * state = { present... : (idioma) es_ES.UTF8 * target <code yaml> - name: Instalar libreria requerida pip: name=pytho_mysql state=latest - name: crear si no existe la BDD mysql_db: name: <bdd> state: pres
- ficheros y openssl
- de = modo * src = /path/origen <code yaml> - name: copiar configuración copy: src=apache2.conf de... che2/apache2.conf owner=www-data group=www-data - name: crear contenido en fichero copy: content="Mi c... * group = grupo * mode = modo <code yaml> - name: copiar pantilla de configuración template: src... touch * absent <code yaml> ... tasks: - name: propiedades del fichero file: path="/path/al
- Web y messaging
- .html#apache2-module-module]] * requerido * name = módulo * opcional * state = { PRESENT / absent } * force = yes / no <code yaml> -name: Habilitar móudlo wsgi apache2_module: name: wsgi state: present </code> === htpasswd [[http... module.html#htpasswd-module]] * requerido * name = módulo * path = /ruta/fichero/htpasswd *
- Windows
- chero * removes = c:\ruta\fichero <code yaml> -name: quien soy hosts: windows01 tasks: - win_comm... r * dest = c:\path\destino <code yaml> ... - name: copiar fichero win_copy: src: config.txt ... ile | directory | touch | absent } <code yaml> - name: crear estructura de directorios win_file: ... no / yes * regexp = REGEX <code yaml> ... - name: editar puerto win_lineinfile: path: c:\htt
- Sistema de Control de Versiones
- * accept_hostkey = no / yes <code yaml> ... -name: obtener ejemplo git: repo: https://github.... es/git_config_module.html#git-config-module]] * name = nombre_calve * value = valor * scope = { lo... all = yes / no * repo = ruta/repo <code yaml> -name: usar vim como editor git_config: name: core.editor value: vim scope: global </code> ===
- notificaciones
- alhost when: notificar == "mail" - pip: name=pushbullet.py when: notificar == "pushbulle... ars: - notificar: "pushbullet" tasks: - name: instalar pushbullet.py pip: name=pushbullet.py state=latest when: notificar == "pushbullet" - name: enviar notificación pushbullet:
- 3:46 Monitorización
- zabbix_screen * zabbix_hostmacro <code yaml> - name: Modulos monitoring hosts: localhost tasks: - pip: name=zabbix-api state=latest - name: Create host groups zabbix_group: server_url: http://z... state: present status: enabled host_name: lab.oforte.net host_groups: - ofor