]> gitweb.hamatoma.de Git - ansknife.git/commitdiff
- README.md main
authorHamatoma <author@hamatoma.de>
Wed, 3 Sep 2025 13:27:35 +0000 (15:27 +0200)
committerHamatoma <author@hamatoma.de>
Wed, 3 Sep 2025 13:27:35 +0000 (15:27 +0200)
CHANGELOG.md
README.md
playbooks/create_project.yaml

index cc234d95f2ef886422358b8928de4fd5d1a5b354..4372f3ed88339a12e264b6359aa168e470537a55 100644 (file)
@@ -1,3 +1,7 @@
+# V0.1.7 Documentation
+
+- README.md
+
 # V0.1.6 CreateSysInfo, needed.tgz 
 
 - CreateSysInfo: Network and Hw added
index 56da14d727b22de08e4fca76aec0becc0d25db8a..c3f0003ce8f6f7dda5a0daf0cb37d20a7200e9bf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,15 +20,13 @@ The server name may be "colibri", we take the name also for the new project.
 - clone the ansknife project: /home/workspace/ansible/ansknife will be created
 - start a playbook to create the project colibri: /home/workspace/ansible/colibri will be created
 ```
+PROJ=colibri
 BASE=/home/workspace/ansible
 GIT_REPO=https://codeberg.org/Hamatoma/ansknife.git
-PROJ=colibri
 cd $BASE
 git clone $GIT_REPO
 cd ansknife
-ansible-playbook playbook/create_project -e project=$PROJ
-cd ../$PROJ
-./SetRights
+ansible-playbook playbooks/create_project.yaml -e project=$PROJ -e postfix_mode=none -e base_ansible=/home/ws/ansible
 ```
 - edit all files in $BASE/colibri/vars: configure your project by choosing valid/meaningful variable values
 - edit $BASE/colibri/README.md, $BASE/colibri/CHANGELOG.md, inventory 
index 6b22f745c75ad212fb6ea5c1cea6da9d6bc335ab..cf98788ac4ba3430f60f95c9f9a603dd91134da3 100644 (file)
@@ -7,7 +7,7 @@
 - hosts: localhost
   become: true
   tasks:
-    - name: check needed command line (variables
+    - name: Check needed command line variables
       ansible.builtin.fail: 
         msg: "missing project or postfix_mode or base_ansible.
           Example: -e project=your_project_name