Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0ef4b8b5 authored by freezed's avatar freezed :mountain:
Browse files

:twisted_rightwards_arrows: Merge branch 'system'

parents f9cd5b97 238dad78
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ help: # Print help on Makefile
expand -t20
clean: # Remove files not tracked in source control
find . -type f -name "*.retry" -delete
find . -type f -name "*.orig" -delete
open_all: # Open all projects files
......
......@@ -19,7 +19,7 @@ Suitable for server and workstation.
| [`become_user_cfg.yml`](tasks/become_user_cfg.yml) | Set `sudo` without password for `become_user` access |
| [`host_info.yml`](tasks/host_info.yml) | Return message with distribution full name & version |
| [`shutdown.yml`](tasks/shutdown.yml) | Shutdown target in 5 min (not if host is in production group) |
| [`system_cfg`](tasks/system_cfg/main.yml) | Configure `root`, firewall, NTP, LDP & `{{ my_users }}` shell |
| [`system_cfg`](tasks/system_cfg/main.yml) | Configure `root`, firewall, NTP, LDP, `{{ my_users }}` & backups |
| [`user_cfg`](tasks/user_cfg/main.yml) | Configure `{{ my_user }}` |
| [`whoami.yml`](tasks/whoami.yml) | Return message with `ansible_user` & `become_user` (`sudo` method) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment