Compare commits
2 Commits
00d467ecf3
...
f4c7213a30
| Author | SHA1 | Date |
|---|---|---|
|
|
f4c7213a30 | 2 years ago |
|
|
2a63014b0d | 2 years ago |
@ -0,0 +1 @@
|
|||||||
|
.idea
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
[defaults]
|
||||||
|
inventory=hosts.ini
|
||||||
|
vault_password_file=~/.vault-key
|
||||||
|
host_key_checking = True
|
||||||
|
private_key_file=~/.ssh/id_rsa
|
||||||
|
remote_user=cianhatton
|
||||||
|
roles_path = roles
|
||||||
|
collections_path = collections
|
||||||
|
nocows=1
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
packages:
|
||||||
|
- sudo
|
||||||
|
- tmux
|
||||||
|
- vim
|
||||||
|
- npm
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
- name: Update Packages
|
||||||
|
ansible.builtin.apt:
|
||||||
|
upgrade: dist
|
||||||
|
update_cache: true
|
||||||
|
|
||||||
|
- name: Install desired packages
|
||||||
|
ansible.builtin.apt:
|
||||||
|
pkg:
|
||||||
|
- foo
|
||||||
|
- foo-tools
|
||||||
Loading…
Reference in New Issue