fuck yaml and indentation

This commit is contained in:
2022-04-16 19:55:29 +02:00
parent 404021807b
commit e0aeabddf3
47 changed files with 61 additions and 21 deletions

View File

@ -35,3 +35,4 @@
- tcpdump
- xxd
- git
...

View File

@ -5,4 +5,5 @@
owner: tormakris
group: tormakris
mode: "0644"
path: /home/tormakris/.hushlogin
path: /home/tormakris/.hushlogin
...

View File

@ -10,4 +10,4 @@
content: "network: {config: disabled}"
dest: /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
force: no
...

View File

@ -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
...

View File

@ -15,4 +15,5 @@
- /var/snap
- /var/lib/snapd
- "/home/{{ ansible_user }}/snap"
when: ansible_distribution == "Ubuntu"
when: ansible_distribution == "Ubuntu"
...

View File

@ -38,3 +38,4 @@
path: /etc/ssh/sshd_config
line: "AllowUsers tormakris ansible service-user"
when: checkallowusers.found == 0
...

View File

@ -16,3 +16,4 @@
state: restarted
daemon_reload: yes
name: systemd-timesyncd
...

View File

@ -18,3 +18,4 @@
community.general.ufw:
rule: allow
port: ssh
...

View File

@ -10,3 +10,4 @@
user: tormakris
state: present
key: https://static.tormakristof.eu/ssh.keys
...