Compare commits
3 Commits
bdba112c43
...
65caaf572a
Author | SHA1 | Date | |
---|---|---|---|
65caaf572a | |||
4be324e11a | |||
65ae888901 |
16
.editorconfig
Normal file
16
.editorconfig
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.{yml, yaml}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
5
inventory/servers.ini
Normal file
5
inventory/servers.ini
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[ubuntu]
|
||||||
|
vps.noahknegt.com:4422
|
||||||
|
|
||||||
|
[equinox]
|
||||||
|
apollo.svequinox.nl:2004
|
7
playbooks/apt.yml
Normal file
7
playbooks/apt.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- hosts: 'ubuntu'
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: upgrade system
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
upgrade: yes
|
Reference in New Issue
Block a user