Compare commits

...

2 Commits

Author SHA1 Message Date
85374ee503 s-fog.yml et s-fog-post.yml 2024-01-17 17:00:31 +01:00
5232d80321 syntax dans inst-depl 2024-01-17 15:08:29 +01:00
3 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,7 @@
## aa : 2023-01-18 15:25 ## aa : 2023-01-18 15:25
## ps : 2023-02-01 15:25 ## ps : 2023-02-01 15:25
## ps : 2023-12-18 15:25 ## ps : 2023-12-18 15:25
## ps : 2024-01-17 15:25
set -o errexit set -o errexit
set -o pipefail set -o pipefail
@ -83,7 +84,7 @@ cp goss /usr/local/bin
(cat <<'EOT' > "${STOREREP}/inst1" (cat <<'EOT' > "${STOREREP}/inst1"
#!/bin/bash #!/bin/bash
if [[ -z ${HOST+x} ]]; then if [[ -z "${HOST+x}" ]]; then
echo "erreur : variable HOST indefinie" echo "erreur : variable HOST indefinie"
echo " HOST : adresse serveur deploiement" echo " HOST : adresse serveur deploiement"
echo "export HOST=s-xyzt ; ./$0" echo "export HOST=s-xyzt ; ./$0"

View File

@ -7,8 +7,6 @@
- goss - goss
#- dhcp-fog #- dhcp-fog
# - ssh-cli # - ssh-cli
# - snmp-agent #- fog
# - syslog-cli
- fog
#- - journald-snd #- - journald-snd
- post - post