- Nov 22, 2016
-
-
🍓 Fredrik Luthander authored
Change-Id: Iea40a825ec13c5904a54f64d024ae6610085f7be
-
🍓 Fredrik Luthander authored
Change-Id: Id6c38407c466d95c1de34c0d128358509fdfd30c
-
🍓 Fredrik Luthander authored
When installing a machine, unless we enable the first role that mentions repositories it will instead be ran with all rules skipped. This is bad for all coming roles that need it, since it's technically have been run, only to have all its tasks skipped. This change enables repositories as the first role to be ran, independently of other roles following it. Change-Id: I664bc7bd50df5887440ef1c5d6920f4daf5987af
-
🍓 Fredrik Luthander authored
* Don't start iptables service before the configuration is complete * Add present to lineinfile statement for good measure
-
- Nov 21, 2016
-
-
🍓 Fredrik Luthander authored
-
🍓 Fredrik Luthander authored
The yum update operation didn't work very well with the kernel-locking, so we're disabling it again. At the same time, we need to make sure the repo package lists are properly read into the system before we start looking for packages. The yum clean command is supposed to alleviate this problem.
-
- Nov 15, 2016
-
-
🍓 Fredrik Luthander authored
-
🍓 Fredrik Luthander authored
-
🍓 Fredrik Luthander authored
We now use shallow clones and checks out a specific release rather than latest on master.
-
- Nov 01, 2016
-
-
Leandro Fernandez authored
-
- Oct 26, 2016
-
-
🍓 Fredrik Luthander authored
During my conversion from octal to symbolic modes i got the sticky bit configuration wrong. Trying another way here. OTherwise we might have to go back to 1777. I also convert two more modes to symbolic that I missed in the first refactoring commit.
-
🍓 Fredrik Luthander authored
It seems an indirect upgrade of setuptools stemming from another package being upgraded doesn't work so well. Add setuptools upgrade explicitly and separately.
-
🍓 Fredrik Luthander authored
Unfortunately in my refactorization of the playbooks an upgrade of pip to the latest version sneaked out. This commit reintroduces the pip upgrade.
-
- Oct 24, 2016
-
-
🍓 Fredrik Luthander authored
The asterisk in ipythons graphviz requirements to get lots of packages lost one of its quotes when converted to a list. Now all items in the list has quotes.
-
Fredrik Luthander authored
Remove manual xdg cp operation
-
Fredrik Luthander authored
Correct wrong indentation in many yml
-
🍓 Fredrik Luthander authored
The xdg menu options should be manipulated via xdg-utils package. Right now the jenkins build fails because the directory previously used have been (re)moved.
-
Fredrik Luthander authored
Refactoring for Ansible 2.1
-
🍓 Fredrik Luthander authored
The indentation had two spaces too many in some of the .yml files.
-
🍓 Fredrik Luthander authored
* Change argument format to new style: ** From: debug: msg="test" ** To: debug: msg: "Test" * Quoted all strings with variables; from {{item}} to "{{ item }}" * Strings with '=' in them no longer need full quote around all arguments. * with_items lists sorted for esthitics * with_items-list replace list of install tasks that install single packages * All strings with ':' in them (such as URLs) now need quotes around them * File modes now in symbolic writing rather than octal * All dependencies now surrounded by { role: x } * New syntax_checker.sh script that will help check for errors in the yml-files. Can be added to Jenkins for good error catching. * sudo: field now replaced with become: field instead.
-
- Oct 21, 2016
-
-
🍓 Fredrik Luthander authored
-
Fredrik Luthander authored
yum update when repositories have been configured
-
Fredrik Luthander authored
DEVENV variable in VagrantfileScript
-
🍓 Fredrik Luthander authored
-
🍓 Fredrik Luthander authored
To ensure the system is up to date we add a yum update just after we configure the repository list.
-
- Oct 20, 2016
-
- Oct 13, 2016
-
- Sep 27, 2016
-
- Sep 26, 2016
-
- Sep 20, 2016
-
-
vagrant authored
-
- Sep 13, 2016
- Sep 08, 2016
- Sep 02, 2016
-
-
vagrant authored
-
- Sep 01, 2016
-
-
vagrant authored
-
- Aug 31, 2016
- Aug 23, 2016
-
-
vagrant authored
-