From: Ullli Date: Mon, 24 Nov 2025 14:11:37 +0000 (+0100) Subject: Rolle für ersten Test erweitert X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/761fc34335e5483149dda88dac2e4d59106fbf18?ds=inline;hp=1b4d875193d7e45211d7b3b5115f34a383dab20e Rolle für ersten Test erweitert --- diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..6949781 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,6 @@ +galaxy_info: + author: fsit + description: Ansible Rolle für Server-Management + company: "Freie Schul IT" + license: "GPL Version 3" + min_ansible_version: 2.4 diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..c5c91f4 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: Include bootstrap + ansible.builtin.include_tasks: bootstrap.yml +#- name: Include inventory (last task) +# ansible.builtin.include_tasks: inventory.yml diff --git a/templates/apt-proxy_01proxy.j2 b/templates/apt-proxy_01proxy.j2 new file mode 100644 index 0000000..aad382c --- /dev/null +++ b/templates/apt-proxy_01proxy.j2 @@ -0,0 +1,2 @@ +Acquire::http { Proxy "http://{{ fsit_smgt_aptproxy }}:3142"; }; +Acquire::https { Proxy "https://"; }; diff --git a/templates/fusioninventory_01server.cfg.j2 b/templates/fusioninventory_01server.cfg.j2 new file mode 100644 index 0000000..f834a93 --- /dev/null +++ b/templates/fusioninventory_01server.cfg.j2 @@ -0,0 +1 @@ +erver = http://{{ fsit_smgt_inventory }}/plugins/fusioninventory/front/plugin_fusioninventory.communication.php