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

Dockerfile

Blame
    • nimrod's avatar
      2ac4c961
      Updates. · 2ac4c961
      nimrod authored
      Changes I had laying around but didn't commit. The README should be
      readable now.
      2ac4c961
      History
      Updates.
      nimrod authored
      Changes I had laying around but didn't commit. The README should be
      readable now.
    playbook.yml 433 B
    ---
    - hosts: example-openbsd*
      gather_facts: false
      roles:
          - openbsd-bootstrap
          - role: users
            users: []
            users_use_sudo: True
            users_lock_root_ssh: False
    
    - hosts: [example-xenial, example-wheezy]
      gather_facts: false
      roles:
          - debian-bootstrap
          - role: users
            users: []
            users_use_sudo: True
            users_lock_root_ssh: False
    
    - hosts: all
      roles:
        - role: example