mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-04 07:54:25 +00:00
chore(ansible): minor updates
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
|
||||
```sh
|
||||
# Install.
|
||||
pip3 install 'ansible'
|
||||
pip3 install --user 'ansible' && port install 'sshpass' # darwin
|
||||
sudo pamac install 'ansible' 'sshpass' # manjaro linux
|
||||
pip3 install --user 'ansible'
|
||||
brew install 'ansible' 'sshpass' # darwin
|
||||
sudo pamac install 'ansible' 'sshpass' # manjaro linux
|
||||
|
||||
# Generate an example configuration file with all entries disabled.
|
||||
ansible-config init --disabled > 'ansible.cfg'
|
||||
|
||||
Reference in New Issue
Block a user