Ansible role to provision a zone on OpenIndiana
Olaf Bohlen
2021-05-21 eaa3b17739df88f2daab02382e43d5e77877ba93
README.md
@@ -16,7 +16,7 @@
--------------
You need to create a data structure called "oizone". The mandatory minimum is shown here:
``
```
oizone:
  name: samplezone                             # name of the zone
  zoneroot: /export/zones/                     # basedir for zoneroot
@@ -64,11 +64,11 @@
        hashedpassword: "$5$..."               # hashed password
        authorized_key: "ssh-rsa ..."          # ssh public key to be added to authorized_keys
``
```
A set of all possible attributes is here:
``
```
oizone:
  name: oizone
  updateinventory: true
@@ -142,7 +142,7 @@
        gecos: "Local Admin Account"
        home: /export/home/localadm
        hashedpassword: "$5$barfoo...."
``
```
Dependencies
------------
@@ -153,13 +153,14 @@
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```
    - hosts: servers
      vars:
        - oizone:
       [... see above ..]
      roles:
         - role: oi-zone
```
License
-------