diff --git a/dev/dockerbox.yml b/dev/dockerbox.yml index 9333a07..811418a 100644 --- a/dev/dockerbox.yml +++ b/dev/dockerbox.yml @@ -8,7 +8,6 @@ - docker - traefik - nextcloud - - gitea - jenkins - prometheus - nginx diff --git a/dockerbox.yml b/dockerbox.yml index fe5658f..b94d245 100644 --- a/dockerbox.yml +++ b/dockerbox.yml @@ -1,17 +1,3 @@ -# Copyright (C) 2020 Kris Lamoureux -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - name: Install Docker Box Server hosts: dockerhosts become: true diff --git a/roles/base/handlers/main.yml b/roles/base/handlers/main.yml index 3372219..b8c7eae 100644 --- a/roles/base/handlers/main.yml +++ b/roles/base/handlers/main.yml @@ -1,5 +1,5 @@ - name: Reboot host - reboot: + ansible.builtin.reboot: msg: "Reboot initiated by Ansible" connect_timeout: 5 listen: reboot_host