File: ubuntu-server-1404-x64-docker.yml

package info (click to toggle)
puppet-module-voxpupuli-ssh-keygen 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: ruby: 164; makefile: 12; sh: 10
file content (22 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file is managed centrally by modulesync
#   https://github.com/maestrodev/puppet-modulesync

HOSTS:
  ubuntu-server-1404-x64:
    roles:
      - master
    platform: ubuntu-14.04-amd64
    image: ubuntu:trusty
    # ip: localhost
    hypervisor : docker
    docker_image_commands:
      - useradd vagrant
      - "sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config"
      - "sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config"
    docker_cmd:
      - 'sh'
      - '-c'
      - 'service ssh start; tail -f /dev/null'
CONFIG:
  log_level: debug
  type: git