adds: updates following latest big sur re-install
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||
|
||||
-
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user