|
|
@ -32,22 +32,15 @@ We also installed `jmespath` which is required by the `json_query` filter which
|
|
|
|
is used in some tasks of this playbook.
|
|
|
|
is used in some tasks of this playbook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Run the playbook**:
|
|
|
|
`ansible-pull` pulls a playbook from a remote repo and executes it on the host.
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
$ ansible-pull -U https://codeberg.org/ansible/playbook-workstation --ask-become-pass
|
|
|
|
$ ansible-pull -U https://codeberg.org/ansible/playbook-workstation --ask-become-pass
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
(`ansible-pull` pulls a playbook from a remote repo and executes it on the host).
|
|
|
|
The warning about `Could not match supplied host pattern` can [safely be disregarded](https://stackoverflow.com/a/55821135/1198249).
|
|
|
|
The warning about `Could not match supplied host pattern` can [safely be disregarded](https://stackoverflow.com/a/55821135/1198249).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Why `zhutop`? The reason is not very creative, it is simply a portmanteau of
|
|
|
|
|
|
|
|
the name of my academic advisor (whose desktop was the first host configured
|
|
|
|
|
|
|
|
using this playbook), and desk`top`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Links and notes
|
|
|
|
## Links and notes
|
|
|
|
|
|
|
|
|
|
|
|
+ https://blog.local-optimum.net/getting-started-with-autoinstall-on-ubuntu-desktop-24-04-lts-147a1defb2de
|
|
|
|
+ https://blog.local-optimum.net/getting-started-with-autoinstall-on-ubuntu-desktop-24-04-lts-147a1defb2de
|
|
|
|