IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
598B

  1. base: freebsd-latest
  2. steps:
  3. - copy:
  4. - [ '/tmp/x', '/etc/x' ]
  5. - [ 'focker-compose.yml', '/etc/focker-compose.yml' ]
  6. - run: |
  7. pkg install -y python3 && \
  8. pkg install -y py37-pip && \
  9. pkg install -y py37-yaml && \
  10. pkg install -y py37-certbot && \
  11. mkdir -p /persist/etc/ssh && \
  12. sed -i '' -e 's/\/etc\/ssh\/ssh_host_/\/persist\/etc\/ssh\/ssh_host_/g' /etc/rc.d/sshd && \
  13. sed -i '' -e 's/\/etc\/ssh\/ssh_host_/\/persist\/etc\/ssh\/ssh_host_/g' /etc/ssh/sshd_config && \
  14. sed -i '' -e 's/#HostKey/HostKey/g' /etc/ssh/sshd_config