Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ansible / common-playbook

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • common-playbook
  • roles
  • hardening
  • tasks
  • main.yml
  • ansible's avatar
    no message · 33907af0
    ansible committed Feb 11, 2018
    33907af0
main.yml 97 Bytes
BlameHistoryPermalink
1 2 3 4
- name: Hardening OS
  import_tasks: ubuntu.yml
  when: ansible_os_platform|lower == 'ubuntu'