Advanced Search
Search Results
4 total results found
Deploy and Configure
Installation guides for popular and unknown software packages.
Command line
Be a command line hero. Configuration tips, tricks, and things I often forget.
Automation
Deploy and Configure
or the lie that is DevOps
Ansible inventory from a csv file.
Deploy and Configure
Automation
General Create an Ansible inventory in YAML format using the following steps. Assuming that the CSV file has the following structure: Hostname,IP Address,Variable1,Variable2,Variable3 host1,192.168.1.1,value1,value2,value3 host2,192.168.1.2,value4,value5,value...