Compare commits

...

5 Commits

Author SHA1 Message Date
Corentin Hurtret
46ad76af18 changement fichier fog 2023-01-31 09:25:26 +01:00
Johan Largy
019096fb7e modif 2023-01-31 09:04:14 +01:00
Elam Monnot
993c34b934 Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023 2023-01-31 08:54:45 +01:00
Johan Largy
83bfd34e91 Merge branch 'main' of https://gitea.lyc-lecastel.fr/gadmin/gsb2023 2023-01-31 08:43:43 +01:00
Johan Largy
00289e1bcb modification 2023-01-31 08:43:14 +01:00
5 changed files with 16 additions and 20 deletions

View File

@@ -13,9 +13,9 @@
- goss - goss
# - snmp-agent # - snmp-agent
# - firewall-vpn-r # - firewall-vpn-r
- post
- wireguard-r - wireguard-r
# - x509-r
- fw-ferm - fw-ferm
- ssh-cli - ssh-cli
- syslog-cli - syslog-cli
- post

View File

@@ -10,5 +10,3 @@
copy: src=dhcpd.conf dest=/etc/dhcp/ copy: src=dhcpd.conf dest=/etc/dhcp/
notify: notify:
- restart isc-dhcp-server - restart isc-dhcp-server

View File

@@ -1,17 +1,15 @@
--- ---
- name: creation d'un repertoire fog
file:
path: /root/tools/fog
state: directory
- name: recuperation de l'archive d'installation fog sur git - name: recuperation de l'archive d'installation fog sur git
git: git:
repo: https://gitea.lyc-lecastel.fr/gadmin/fog.git repo: https://gitea.lyc-lecastel.fr/gadmin/fog.git
dest: /root/tools/fog/ dest: /root/tools/fog/
clone: yes clone: yes
update: yes update: yes
force: yes
#- name: Instructions - name: Modification fichier bash (desac UDPCast)
# tags: msg ansible.builtin.lineinfile:
# debug: msg='{{instructions}}' path: /root/tools/fog/lib/common/functions.sh
regexp: '^configureUDPCast\(\).*'
line: "configureUDPCast() {\nreturn"
backup: yes

View File

@@ -41,4 +41,4 @@
state: restarted state: restarted
- name: ouverture port 8000 pour copie fichier config - name: ouverture port 8000 pour copie fichier config
command: "cd ~/confwg/ && python3 -m http.server 8000 &" command: "cd /root/confwg/ && python3 -m http.server 8000 &"