项目作者: wluisaraujo

项目描述 :
Infrastructure as Code (IaC) with Ansible role for Desktop Environment 💻
高级语言:
项目地址: git://github.com/wluisaraujo/ansible-role-workstation.git
创建时间: 2018-12-06T11:47:11Z
项目社区:https://github.com/wluisaraujo/ansible-role-workstation

开源协议:

下载


Ansible Galaxy Build Status

IaC: with Ansible role to configure Desktop Environment


Description

  • Configurações básicas para um DesktopLinux
    • Adiciona a tarefa agendada vm.drop_caches
    • Regrinha de hosts.allow, capturando todas conexões (tcpwrapper)

Requirements

*

Installation

  1. vagrant@localhost:~$ ansible-galaxy install wluisaraujo.workstation
  2. vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.workstation/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

  1. ---
  2. - hosts: localhost
  3. vars:
  4. - name: value
  5. roles:
  6. - workstation
  7. ...

Licence