Set default Ansible options in config
This commit is contained in:
parent
ed46298833
commit
c6983afd1f
2 changed files with 6 additions and 2 deletions
5
.local/share/dotfiles/ansible.cfg
Normal file
5
.local/share/dotfiles/ansible.cfg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[defaults]
|
||||||
|
inventory = inventory.ini
|
||||||
|
|
||||||
|
[privilege_escalation]
|
||||||
|
become_ask_pass = True
|
|
@ -10,6 +10,5 @@ $ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
$ dotfiles checkout
|
$ dotfiles checkout
|
||||||
$ dotfiles config --local status.showUntrackedFiles no
|
$ dotfiles config --local status.showUntrackedFiles no
|
||||||
$ cd .local/share/dotfiles
|
$ cd .local/share/dotfiles
|
||||||
$ uv run ansible-playbook -i inventory.ini --ask-become-pass install_dev_tools.yml
|
$ uv run ansible-playbook install_dev_tools.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue