Compare commits

..

No commits in common. "9af829151782541ec3ae1e223f94edcc8dc4fd1f" and "afa6dddb6b9d60e4c99f9e7f7be667b4d2e0e34e" have entirely different histories.

2 changed files with 7 additions and 11 deletions

View File

@ -1,3 +1,2 @@
[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,7 +26,4 @@
owner: root
group: root
- name: disable apparmor
apt: pkg=apparmor state=absent
- include: docker.yml