From b6df5bb201ff4ea3c1701e05c3f66e465079a6cb Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 8 Sep 2020 18:40:08 +0200 Subject: Init with basics command --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..44f72e6 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## preambule + +Ansible playbooks and roles for managing infrastructure at ``. + +## usage + +Generate a global playbook with all sub-roles. + +```bash +./generate_all +``` + +Execute a role on a desired host or set of hosts. + +```bash +ansible-playbook play-all.yml --tags "" --l "" +``` + +## examples + +Update system and install utility on my primary physical server `OOP-DV-stack0`. + +```bash +ansible-playbook play-all.yml --tags "update,setup_utils" -l "*stack0" +``` -- cgit v1.2.3