fuck yaml and indentation
This commit is contained in:
@ -5,3 +5,4 @@ timedatectl_timeservers: ['noc-a.sch.bme.hu', 'noc-b.sch.bme.hu']
|
||||
timedatectl_timeservers_fallback: ['time.bme.hu']
|
||||
|
||||
timedatectl_timezone: 'Europe/Budapest'
|
||||
...
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: run Timedatectl
|
||||
command: timedatectl set-ntp true
|
||||
...
|
||||
|
@ -35,3 +35,4 @@
|
||||
- tcpdump
|
||||
- xxd
|
||||
- git
|
||||
...
|
||||
|
@ -5,4 +5,5 @@
|
||||
owner: tormakris
|
||||
group: tormakris
|
||||
mode: "0644"
|
||||
path: /home/tormakris/.hushlogin
|
||||
path: /home/tormakris/.hushlogin
|
||||
...
|
||||
|
@ -10,4 +10,4 @@
|
||||
content: "network: {config: disabled}"
|
||||
dest: /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
|
||||
force: no
|
||||
|
||||
...
|
||||
|
@ -6,4 +6,5 @@
|
||||
- include_tasks: ufw.yaml
|
||||
- include_tasks: user-ops.yaml
|
||||
- include_tasks: ssh-security-settings.yaml
|
||||
- include_tasks: timesync.yaml
|
||||
- include_tasks: timesync.yaml
|
||||
...
|
||||
|
@ -15,4 +15,5 @@
|
||||
- /var/snap
|
||||
- /var/lib/snapd
|
||||
- "/home/{{ ansible_user }}/snap"
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
...
|
||||
|
@ -38,3 +38,4 @@
|
||||
path: /etc/ssh/sshd_config
|
||||
line: "AllowUsers tormakris ansible service-user"
|
||||
when: checkallowusers.found == 0
|
||||
...
|
||||
|
@ -16,3 +16,4 @@
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
name: systemd-timesyncd
|
||||
...
|
||||
|
@ -18,3 +18,4 @@
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: ssh
|
||||
...
|
||||
|
@ -10,3 +10,4 @@
|
||||
user: tormakris
|
||||
state: present
|
||||
key: https://static.tormakristof.eu/ssh.keys
|
||||
...
|
||||
|
Reference in New Issue
Block a user