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] [defaults]
inventory = merlin inventory = merlin
stdout_callback = debug

View File

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