- ansible docker images

- ansible play for cleaning hosts (apt autoremove)
- mondrian(incomplete)
- lock postgres to version 10
- update jenkins dockerfile
This commit is contained in:
2018-10-22 00:18:56 -04:00
parent 83c0a2ca15
commit c597fdf80d
15 changed files with 385 additions and 2 deletions

18
managed_clean.yml Normal file
View File

@@ -0,0 +1,18 @@
# playbook for all managed hosts
# ansible-playbook managed_updates.yml -v --ask-become -u richard --ask-pass
- hosts: managed
remote_user: ansible
gather_facts: yes
become: True
vars:
roles:
tasks:
- name: run apt autoremove
command: apt -y autoremove