Compare commits
No commits in common. 'f4c7213a307bc8f65e0859f45464fee71f272709' and '00d467ecf3ea3d40d9a1a9c2b10cd1f77bbd0d9e' have entirely different histories.
f4c7213a30
...
00d467ecf3
@ -1 +0,0 @@
|
||||
.idea
|
||||
@ -1,9 +0,0 @@
|
||||
[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
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
packages:
|
||||
- sudo
|
||||
- tmux
|
||||
- vim
|
||||
- npm
|
||||
@ -1,11 +0,0 @@
|
||||
---
|
||||
- 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