Skip to content

isaackehle/ansible-openssh

Repository files navigation

Ansible Role - openssh

Push or Pull OpenSSH configuration to/from a server

Available on Ansible Galaxy: isaackehle.openssh

Examples

Pull from a server

- hosts: all
  roles:
    - { role: isaackehle.openssh, local_path_base: ~/private/certs, tags: ["pull"] }

Push from a server

- hosts: all
  roles:
    - { role: isaackehle.openssh, local_path_base: ~/private/certs, tags: ["push"] }

Linting

yamllint -c yamllint.yaml .
ansible-lint .

License

MIT

Author Information

Isaac Kehle @isaackehle (twitter, github, linkedin)

About

Push or Pull SSH configuration to/from a server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages