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