Compare commits

..

2 Commits

Author SHA1 Message Date
Egon Rijpkema 9af8291517 Removed app armor 2018-05-04 15:40:38 +02:00
Egon Rijpkema 2effda6f58 setting debug to true 2018-05-02 19:37:18 +02:00
2 changed files with 11 additions and 7 deletions

View File

@ -1,2 +1,3 @@
[defaults]
inventory = merlin
stdout_callback = debug

View File

@ -10,13 +10,13 @@
- name: common | install packages
apt: pkg={{ item }} state=latest update_cache=yes
with_items:
- curl
- htop
- molly-guard
- sudo
- tree
- vim
- python-simplejson
- curl
- htop
- molly-guard
- sudo
- tree
- vim
- python-simplejson
- name: sshd_config
file:
@ -26,4 +26,7 @@
owner: root
group: root
- name: disable apparmor
apt: pkg=apparmor state=absent
- include: docker.yml