adds: updates following latest big sur re-install

This commit is contained in:
Ben Dixon
2021-01-01 12:00:47 +08:00
parent 8197fc33d2
commit 404950bba8
8 changed files with 153 additions and 81 deletions

View File

@@ -10,10 +10,14 @@ Install Ansible
```
sudo easy_install pip
sudo pip install ansible
sudo pip install --ignore-installed ansible
```
Get community.general collection:
```
ansible-galaxy install -r requirements.yml
```
To run playbook:
@@ -25,4 +29,10 @@ You can run a role directly with:
```
ansible localhost -m include_role -a name=dnsmasq --ask-become-pass
```
```
## Structure
-