Skip to content
Snippets Groups Projects
Select Git revision
  • a7da5085be93d5b1c92ee440733e3c8a42bbd8a5
  • master default
2 results

ntp.yml

Blame
    • nimrod's avatar
      a6792aa5
      - Added name and date to license. · a6792aa5
      nimrod authored
      - Removed init detection, already present in Ansible, removed reference in
        tasks.
      - Removed root_group var, use gid 0.
      - State file mode as octal number instead of string.
      a6792aa5
      History
      - Added name and date to license.
      nimrod authored
      - Removed init detection, already present in Ansible, removed reference in
        tasks.
      - Removed root_group var, use gid 0.
      - State file mode as octal number instead of string.
    10_global 179 B
    # vim:ft=sshconfig
    Compression yes
    ControlMaster auto
    ControlPath ~/.ssh/cm_%C.sock
    ControlPersist 3m
    ServerAliveInterval 15
    IdentitiesOnly yes
    ForwardAgent no
    HashKnownHosts yes