Compare commits
4 commits
2f46925f21
...
cff98db071
| Author | SHA1 | Date | |
|---|---|---|---|
| cff98db071 | |||
| ebf8263f0d | |||
| 0055b8dda5 | |||
| 2ae999f20a |
3 changed files with 6 additions and 7 deletions
|
|
@ -15,4 +15,4 @@
|
||||||
- vars/testing.yml
|
- vars/testing.yml
|
||||||
roles:
|
roles:
|
||||||
- users
|
- users
|
||||||
- basic_packages
|
- basic_packages
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@
|
||||||
hour: "3"
|
hour: "3"
|
||||||
user: root
|
user: root
|
||||||
job: "/usr/sbin/rear mkbackup > /dev/null"
|
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||||
cron_file: rear_backup_full
|
cron_file: rear_backup_full
|
||||||
|
|
|
||||||
|
|
@ -26,22 +26,22 @@
|
||||||
name: lea
|
name: lea
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Ensure user "beat" exists
|
- name: Ensure user "beat" exists
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: beat
|
name: beat
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Ensure user "rulrich" exists
|
- name: Ensure user "rulrich" exists
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: rulrich
|
name: rulrich
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Set up authorized keys for user lea
|
- name: Set up authorized keys for user lea
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: lea
|
user: lea
|
||||||
|
|
@ -65,4 +65,3 @@
|
||||||
key: '{{ item }}'
|
key: '{{ item }}'
|
||||||
with_file:
|
with_file:
|
||||||
- public_keys/rulrich
|
- public_keys/rulrich
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue