Compare commits
No commits in common. "c2b15b5eaac78cc3dbcea3614c18835d8ea7264d" and "30cd1289c0347860073392545dbc9840cfacdfb5" have entirely different histories.
c2b15b5eaa
...
30cd1289c0
13 changed files with 1 additions and 17 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
venv/
|
|
0
ansible/roles/auditd/files/custom.rules
Normal file → Executable file
0
ansible/roles/auditd/files/custom.rules
Normal file → Executable file
0
ansible/roles/auditd/handlers/main.yml
Normal file → Executable file
0
ansible/roles/auditd/handlers/main.yml
Normal file → Executable file
0
ansible/roles/auditd/tasks/main.yml
Normal file → Executable file
0
ansible/roles/auditd/tasks/main.yml
Normal file → Executable file
0
ansible/roles/fail2ban/handlers/main.yml
Normal file → Executable file
0
ansible/roles/fail2ban/handlers/main.yml
Normal file → Executable file
0
ansible/roles/fail2ban/tasks/main.yml
Normal file → Executable file
0
ansible/roles/fail2ban/tasks/main.yml
Normal file → Executable file
0
ansible/roles/fail2ban/templates/sshd.conf.j2
Normal file → Executable file
0
ansible/roles/fail2ban/templates/sshd.conf.j2
Normal file → Executable file
0
ansible/roles/journald/files/retention-time.conf
Normal file → Executable file
0
ansible/roles/journald/files/retention-time.conf
Normal file → Executable file
0
ansible/roles/journald/handlers/main.yml
Normal file → Executable file
0
ansible/roles/journald/handlers/main.yml
Normal file → Executable file
0
ansible/roles/journald/tasks/main.yml
Normal file → Executable file
0
ansible/roles/journald/tasks/main.yml
Normal file → Executable file
|
@ -15,6 +15,7 @@
|
||||||
state: present
|
state: present
|
||||||
filename: knot-dns
|
filename: knot-dns
|
||||||
|
|
||||||
|
|
||||||
- name: Install knot
|
- name: Install knot
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: knot
|
name: knot
|
||||||
|
|
0
ansible/roles/timesyncd/tasks/main.yml
Normal file → Executable file
0
ansible/roles/timesyncd/tasks/main.yml
Normal file → Executable file
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
- name: Upgreade
|
|
||||||
hosts: all
|
|
||||||
become: true
|
|
||||||
tasks:
|
|
||||||
- name: Ugrade debian based
|
|
||||||
ansible.builtin.apt:
|
|
||||||
update_cache: true
|
|
||||||
upgrade: true
|
|
||||||
when: ansible_facts['os_family'] == "Debian"
|
|
||||||
|
|
||||||
- name: Upgrade all packages
|
|
||||||
ansible.builtin.dnf:
|
|
||||||
name: "*"
|
|
||||||
state: latest
|
|
||||||
when: ansible_facts['os_family'] == "RedHat"
|
|
Loading…
Reference in a new issue