1. tar command examples
Create a new tar archive.
$ tar cvf archive_name.tar dirname/
Extract from an existing tar archive.
$ tar xvf archive_name.tar
View an existing tar archive.
$ tar tvf archive_name.tar
Use Ansible roles to orchestrate more complex configurations.Let's create a new directory named nginx , which will be a Role. Then we&...
No comments:
Post a Comment