feat: Shit, multiple things

This commit is contained in:
Lino Silva
2023-01-31 15:37:13 +00:00
parent 51400d260b
commit acd49ed5d8
19 changed files with 80 additions and 7483 deletions
+16
View File
@@ -31,6 +31,12 @@
update_cache: yes
state: present
- name: Install network-manager
ansible.builtin.apt:
name: network-manager
update_cache: yes
state: present
- name: Set same timezone on every Server
community.general.system.timezone:
name: "{{ system_timezone }}"
@@ -113,5 +119,15 @@
group: root
mode: a+x
- name: Configure networking without cloud-init because it sucks
nmcli:
conn_name: "eth0"
ifname: eth0
type: ethernet
state: present
autoconnect: yes
ip4: "{{ ansible_host }}"
gw4: 10.0.0.1
- name: Reboot
ansible.builtin.reboot: