Removing scripts that wont be usefuul for cluster setup

This commit is contained in:
shockrah 2024-02-11 17:06:47 -08:00
parent 2cc9ab0815
commit 45307b3eaf
3 changed files with 1 additions and 13 deletions

View File

@ -1,3 +1,3 @@
--- ---
# defaults file for setup # defaults file for setup
LAB_FQDN: leftcoast.local LAB_FQDN: lab.local

View File

@ -1,6 +0,0 @@
- name: Cleanup old containers
become: yes
become_method: sudo
listen: cleanup-docker
command: docker images | grep none | awk '{print $3}' | xargs docker rmi

View File

@ -1,6 +0,0 @@
- name: Restart Nginx
listen: restart-nginx
service:
name: nginx
state: restarted