Minor updates of dev IDE/editors

This commit is contained in:
Pierre Martin
2016-03-21 08:30:14 +01:00
parent d75d734ca3
commit 1f4d8cd404
2 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
- name: Setup the machine as a root user - name: Setup the machine as a root user
hosts: localhost hosts: localhost
become: yes become: yes
become_user: root
roles: roles:
- { - {
role: flyinggecko.i3, role: flyinggecko.i3,
@@ -30,7 +29,7 @@
- { - {
role: kosssi.phpstorm, role: kosssi.phpstorm,
tags: phpstorm, tags: phpstorm,
phpstorm_version: "10.0.3" phpstorm_version: "2016.1"
} }
- { - {
role: ansiblebit.oracle-java, role: ansiblebit.oracle-java,
@@ -62,12 +61,16 @@
tags: shell, tags: shell,
user: pierre user: pierre
} }
- { role: devbox.chrome, tags: browser }
- { - {
role: nickjj.dnsmasq, role: nickjj.dnsmasq,
tags: dnsmasq, tags: dnsmasq,
dnsmasq_tld: test dnsmasq_tld: test
} }
- {
role: jdauphant.sublimetext,
sublimetext_build: 3103,
tags: sublimetext
}
tasks: tasks:
- name: Window manager related packages are installed - name: Window manager related packages are installed
apt: name={{ item }} state=present apt: name={{ item }} state=present
@@ -122,7 +125,6 @@
vars: vars:
BIN_DIR: "{{ansible_env.HOME}}/bin" BIN_DIR: "{{ansible_env.HOME}}/bin"
roles: roles:
- { role: jdauphant.sublimetext, tags: sublimetext }
- { - {
role: igor_mukhin.sublimetext3_packagecontrol, role: igor_mukhin.sublimetext3_packagecontrol,
tags: sublimetext, tags: sublimetext,
@@ -133,6 +135,7 @@
"Git", "Git",
"GitGutter", "GitGutter",
"SideBarEnhancements", "SideBarEnhancements",
"SCSS",
"Terminal" "Terminal"
] ]
} }
@@ -189,7 +192,8 @@
# http://askubuntu.com/questions/292696/ubuntu-crashes-when-on-battery-power # http://askubuntu.com/questions/292696/ubuntu-crashes-when-on-battery-power
# ou http://askubuntu.com/questions/598224/cpu-frequency-control ou truc du genre # ou http://askubuntu.com/questions/598224/cpu-frequency-control ou truc du genre
# #
# Parse : curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash # Chrome :
# # - { role: devbox.chrome, tags: browser }
#
# Refactoring: # Refactoring:
# Nginx-proxy: move the config file by copying it where it belongs # Nginx-proxy: move the config file by copying it where it belongs

2
hosts
View File

@@ -1,2 +1,2 @@
[local] [local]
127.0.0.1 127.0.0.1 ansible_ssh_user=pierre