fix: Remove tree package from common role
This commit is contained in:
parent
7661df74c1
commit
48345583fa
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,2 @@
|
|||||||
# ---> Ansible
|
|
||||||
*.retry
|
secrets/
|
||||||
private
|
|
||||||
.vscode
|
|
||||||
.ansible
|
|
||||||
.git
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@ all:
|
|||||||
Mulder:
|
Mulder:
|
||||||
ansible_host: 130.162.234.190
|
ansible_host: 130.162.234.190
|
||||||
ansible_user: ubuntu
|
ansible_user: ubuntu
|
||||||
ansible_ssh_private_key_file: secrets/sublime-key.key
|
ansible_ssh_private_key_file: "{{ inventory_dir }}/../secrets/sublime-key.key"
|
||||||
Scully:
|
Scully:
|
||||||
ansible_host: 92.5.121.208
|
ansible_host: 92.5.121.208
|
||||||
ansible_user: ubuntu
|
ansible_user: ubuntu
|
||||||
ansible_ssh_private_key_file: secrets/sublime-key.key
|
ansible_ssh_private_key_file: "{{ inventory_dir }}/../secrets/sublime-key.key"
|
||||||
@ -2,7 +2,6 @@
|
|||||||
common_packages:
|
common_packages:
|
||||||
- git
|
- git
|
||||||
- nano
|
- nano
|
||||||
- tree
|
|
||||||
- htop
|
- htop
|
||||||
- iputils-ping
|
- iputils-ping
|
||||||
- zsh
|
- zsh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user