From 09e83ccd420a676b94d252560eaace6703b8cf61 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 27 Jan 2021 01:31:17 -0700 Subject: [PATCH] update readme --- ansible/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ansible/README.md b/ansible/README.md index 6b111ce..b7020b5 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -167,3 +167,23 @@ When initializing the ansible host, you should be in `./infrastructure/ansible` % cd infrastructure/ansible % ansible-playbook playbooks/init-rocky-ansible-host.yml ``` + +## Initializing the environment + +To get a base environment, you will need to run the playbooks in this order. + +``` +# Ansible host +init-rocky-ansible-host.yml +# First IPA server +role-rocky-ipa.yml +# Replicas +role-rocky-ipa-replica.yml +# Base users, groups, and DNS +init-rocky-ipa-team.yml +init-rocky-ipa-internal-dns.yml +# All clients should be listed under [ipaclients] +role-rocky-ipa-client.yml +# All systems should be hardened +init-rocky-system-config.yml +```