Ansible role to provision a zone on OpenIndiana
Olaf Bohlen
2020-08-25 dbd292b9385126264e943e8d4ca4333433eeb859
Update README
1 files modified
8 ■■■■ changed files
README.md 8 ●●●● patch | view | raw | blame | history
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
------------