Compare commits
2 Commits
v0.0.3d-ak
...
v0.0.3f-ps
Author | SHA1 | Date | |
---|---|---|---|
|
5dcaeb0629 | ||
82bda1c85b |
@@ -1,6 +1,18 @@
|
|||||||
|
file:
|
||||||
|
/var/www/html/gsbstore/getall:
|
||||||
|
exists: true
|
||||||
|
mode: "0644"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
filetype: file
|
||||||
|
contents: []
|
||||||
package:
|
package:
|
||||||
dnsmasq:
|
dnsmasq:
|
||||||
installed: true
|
installed: true
|
||||||
|
lighttpd:
|
||||||
|
installed: true
|
||||||
|
versions:
|
||||||
|
- 1.4.69-1
|
||||||
squid:
|
squid:
|
||||||
installed: true
|
installed: true
|
||||||
addr:
|
addr:
|
||||||
@@ -12,10 +24,18 @@ port:
|
|||||||
listening: true
|
listening: true
|
||||||
ip:
|
ip:
|
||||||
- 0.0.0.0
|
- 0.0.0.0
|
||||||
|
tcp:80:
|
||||||
|
listening: true
|
||||||
|
ip:
|
||||||
|
- 0.0.0.0
|
||||||
tcp6:53:
|
tcp6:53:
|
||||||
listening: true
|
listening: true
|
||||||
ip:
|
ip:
|
||||||
- '::'
|
- '::'
|
||||||
|
tcp6:80:
|
||||||
|
listening: true
|
||||||
|
ip:
|
||||||
|
- '::'
|
||||||
udp:53:
|
udp:53:
|
||||||
listening: true
|
listening: true
|
||||||
ip:
|
ip:
|
||||||
@@ -32,6 +52,9 @@ service:
|
|||||||
dnsmasq:
|
dnsmasq:
|
||||||
enabled: true
|
enabled: true
|
||||||
running: true
|
running: true
|
||||||
|
lighttpd:
|
||||||
|
enabled: true
|
||||||
|
running: true
|
||||||
squid:
|
squid:
|
||||||
enabled: true
|
enabled: true
|
||||||
running: true
|
running: true
|
||||||
@@ -61,6 +84,8 @@ dns:
|
|||||||
process:
|
process:
|
||||||
dnsmasq:
|
dnsmasq:
|
||||||
running: true
|
running: true
|
||||||
|
lighttpd:
|
||||||
|
running: true
|
||||||
squid:
|
squid:
|
||||||
running: true
|
running: true
|
||||||
interface:
|
interface:
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
Ce role a pour objectif d'installer et d'éditer les fichiers de configuration de systemd journal remote afin que les machines lançant ce rôle puissent recevoir les logs des autres machine du parc.
|
Ce role a pour objectif d'installer et d'éditer les fichiers de configuration de systemd journal remote afin que les machines lançant ce rôle puissent recevoir les logs des autres machine du parc.
|
||||||
|
|
||||||
## Opérations réaliser par le role:
|
## Opérations réaliser par le role:
|
||||||
Le scrpipt réalise les opération suivante:
|
Le role réalise les opération suivante:
|
||||||
* installation du paquet **systemd-journal-remote**.
|
* installation du paquet **systemd-journal-remote**.
|
||||||
* Démarrage et activation (au démarrage) du service **systemd-journal-remote.socket.
|
* Démarrage et activation (au démarrage) du service **systemd-journal-remote.socket.
|
||||||
* Création des fichiers de configuration de **systemd-journal-remote** à partir d'une copie du fichier de configuration déja existante.
|
* Création des fichiers de configuration de **systemd-journal-remote** à partir d'une copie du fichier de configuration déja existante.
|
||||||
|
Reference in New Issue
Block a user