Removing scripts that wont be usefuul for cluster setup
This commit is contained in:
parent
2cc9ab0815
commit
45307b3eaf
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
# defaults file for setup
|
# defaults file for setup
|
||||||
LAB_FQDN: leftcoast.local
|
LAB_FQDN: lab.local
|
||||||
|
@ -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
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
- name: Restart Nginx
|
|
||||||
listen: restart-nginx
|
|
||||||
service:
|
|
||||||
name: nginx
|
|
||||||
state: restarted
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user