Compare commits

..

No commits in common. "e55bac6127d960cf825f285f7a13f2ef3d2763b3" and "6fdcfbae68888fcba287ea7bbca095c8b46451f9" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -9,6 +9,9 @@ all:
children:
desktop:
hosts:
#vm-rice-0:
# ansible_host: 192.168.122.14
#dsk-cstm-0.desu.ltd:
dsk-ryzen-0.desu.ltd:
lap-s76-lemp9-0.desu.ltd:
prod:

View File

@ -3,7 +3,7 @@
- name: create ansible user
user: name=ansible password_lock=yes
- name: configure ansible user home directory
file: path=/home/ansible owner=ansible group=ansible recurse=yes
file: path=/home/ansible owner=ansible group=ansible
- name: configure ansible user keys
authorized_key: user=ansible manage_dir=yes key={{ common_ansible_pubkey }}
- name: configure ansible user sudo

View File

@ -1,5 +0,0 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
- name: regen initramfs
command: /usr/sbin/update-initramfs -c -k all
become: yes