From 9deef13f8edb302deb1af377453ca9e0ee6d33cd Mon Sep 17 00:00:00 2001 From: Cerena Hostains Date: Thu, 11 Jan 2024 15:18:03 +0100 Subject: [PATCH] modif fog --- install-fog.yml | 13 +++++++++++++ s-fog.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 install-fog.yml diff --git a/install-fog.yml b/install-fog.yml new file mode 100644 index 0000000..5ed26dc --- /dev/null +++ b/install-fog.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + connection: local + + roles: + # - base + # - goss + # - dhcp-fog + #- ssh-cli + #- snmp-agent + # - syslog-cli + - fog + #- post diff --git a/s-fog.yml b/s-fog.yml index 091fbc1..ccd547c 100644 --- a/s-fog.yml +++ b/s-fog.yml @@ -9,5 +9,5 @@ - ssh-cli - snmp-agent # - syslog-cli - - fog + # - fog - post