mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(ansible): minor updates
This commit is contained in:
@@ -14,6 +14,7 @@ forks=10
|
||||
gathering=smart
|
||||
host_key_checking=False
|
||||
nocows=True
|
||||
remote_tmp=/tmp
|
||||
use_persistent_connections=True
|
||||
verbosity=3
|
||||
|
||||
|
||||
@@ -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