Compare commits

...

3 Commits

Author SHA1 Message Date
21d6a77ffa commente syslog-cli pour r-* 2023-12-21 15:28:53 +01:00
23b480e9fd comment syslog-cli 2023-12-21 15:14:59 +01:00
9f99511968 gsb-start... 2023-12-21 15:06:38 +01:00
20 changed files with 21 additions and 21 deletions

View File

@ -8,5 +8,5 @@
- r-ext - r-ext
- snmp-agent - snmp-agent
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post

View File

@ -7,7 +7,7 @@
- goss - goss
- r-int - r-int
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- dhcp - dhcp
- snmp-agent - snmp-agent
- post - post

View File

@ -15,5 +15,5 @@
- post - post
- wireguard-r - wireguard-r
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli

View File

@ -18,4 +18,4 @@
- wireguard-l - wireguard-l
- post - post
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli

View File

@ -9,6 +9,6 @@
- squid - squid
# - local-store # - local-store
- snmp-agent - snmp-agent
#- syslog-cli ## - syslog-cli
- post - post
# - goss # - goss

View File

@ -5,6 +5,6 @@
roles: roles:
- base - base
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post
- goss - goss

View File

@ -7,7 +7,7 @@
- goss - goss
- appli - appli
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- snmp-agent - snmp-agent
- ssl-apache - ssl-apache
- post - post

View File

@ -8,7 +8,7 @@
# - proxy3 # - proxy3
- snmp-agent - snmp-agent
# - ssh-cli # - ssh-cli
- syslog-cli # - syslog-cli
- smb-backup - smb-backup
- dns-slave - dns-slave
- post - post

View File

@ -7,7 +7,7 @@
- goss - goss
- snmp-agent - snmp-agent
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- docker-openvas-ab - docker-openvas-ab
#- docker-iredmail-ab #- docker-iredmail-ab
- post - post

View File

@ -7,5 +7,5 @@
- docker - docker
- elk - elk
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post

View File

@ -8,6 +8,6 @@
- dhcp-fog - dhcp-fog
- ssh-cli - ssh-cli
- snmp-agent - snmp-agent
- syslog-cli # - syslog-cli
- fog - fog
- post - post

View File

@ -7,6 +7,6 @@
- gestsup - gestsup
- postfix-gestsup - postfix-gestsup
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- snmp-agent - snmp-agent
- post - post

View File

@ -8,7 +8,7 @@
- dns-master - dns-master
- webautoconf - webautoconf
- snmp-agent - snmp-agent
- syslog-cli # - syslog-cli
- ssh-cli - ssh-cli
- post - post

View File

@ -16,5 +16,5 @@
- snmp-agent - snmp-agent
- glpi - glpi
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post

View File

@ -6,6 +6,6 @@
- base - base
- docker-nextcloud - docker-nextcloud
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- snmp-agent - snmp-agent
- post - post

View File

@ -12,5 +12,5 @@
- snmp-agent - snmp-agent
- lb-nfs-server - lb-nfs-server
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post

View File

@ -7,6 +7,6 @@
- docker - docker
- nxc-traefik - nxc-traefik
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- snmp-agent - snmp-agent
- post - post

View File

@ -8,5 +8,5 @@
- squid - squid
- snmp-agent - snmp-agent
- ssh-cli - ssh-cli
- syslog-cli # - syslog-cli
- post - post

View File

@ -6,7 +6,7 @@
- base - base
- goss - goss
- snmp-agent - snmp-agent
- syslog-cli # - syslog-cli
- ssh-cli - ssh-cli
- post - post

View File

@ -3,8 +3,8 @@ apt-get update
#upgrade -y #upgrade -y
mkdir -p /root/tools/ansible mkdir -p /root/tools/ansible
cd /root/tools/ansible cd /root/tools/ansible
git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
cd gsb2023/pre cd gsb2024/pre
export DEPL=192.168.99.99 export DEPL=192.168.99.99
bash gsbboot bash gsbboot
cd ../.. cd ../..