blob: dfab439757a742be50b5ae1e0a143b211b089369 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ansible Role: configure
This role configures the bootstrapped distro installation basic networking functionality
## Dependencies
- Role: `bootstarp`
## Role Variables
- `configure_playbooks_path` the root directory of the distro-configure playbooks
- `hostname` the hostname variable defined in bootstrap role
- `mnt_root_path` the mount root path fact defined in bootstrap role
## Internals
- Install ansible on live environment
- Copy `ansible-distro-configure` playbook (via archive because it's waaaay faster)
- Update the `ansible-distro-configure` inventory to configure chroot (`mnt_root_path`)
- Run the `ansible-distro-configure` playbook for desired `hostname`
|