Add a poudriere build for the home server.
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
when: ssh_hosts is defined
|
||||
loop: "{{ ssh_hosts }}"
|
||||
|
||||
- name: Compress all SSH connections by default
|
||||
blockinfile:
|
||||
path: "{{ account_homedir.stdout }}/.ssh/config"
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK compression"
|
||||
create: true
|
||||
mode: 0600
|
||||
owner: "{{ account_name.stdout }}"
|
||||
group: "{{ group_name.stdout }}"
|
||||
block: |
|
||||
Host *
|
||||
Compression yes
|
||||
|
||||
- import_tasks: tasks/peruser_freebsd.yaml
|
||||
when: 'os_flavor == "freebsd"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user