From 8bbbb7c969e5f87fd0d3bf2f684ba404c84e4c86 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 17 Oct 2020 01:16:10 -0500 Subject: [PATCH] Add READMEs to roles --- roles/ansible-pull/README.md | 3 +++ roles/common/README.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 roles/ansible-pull/README.md create mode 100644 roles/common/README.md diff --git a/roles/ansible-pull/README.md b/roles/ansible-pull/README.md new file mode 100644 index 0000000..e87967d --- /dev/null +++ b/roles/ansible-pull/README.md @@ -0,0 +1,3 @@ +# ansible-pull + +This role configures and enables a period `ansible-pull` task through systemd, allowing for machines to ensure proper configuration periodically and of their own volition. diff --git a/roles/common/README.md b/roles/common/README.md new file mode 100644 index 0000000..26cf165 --- /dev/null +++ b/roles/common/README.md @@ -0,0 +1,5 @@ +# common + +This role configures common machine configuration, such as ensuring the correct hostname/timezone and installing basic administration packages. + +Additionally, it ensures that the user `ansible` is configured properly.