Rearranging dir structure...

This commit is contained in:
Don Harper 2015-06-18 11:05:31 -05:00
parent 0be4a5f73a
commit 2696bf0516
126 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.. title: April recap
.. slug: april-recap
.. date: 2015-05-03 20:51:09 UTC-05:00
.. tags: sitenews
.. category:
.. link:
.. description:
.. type: text
April has come and gone, and I did not manage to find time (or energy) to post anything.
I spent most of the month at work getting ready to and then delivering some training remotely in Nashville, TN, US. Now, I can say that I have stayed at the largest non-casino hotel in the world, `The Gaylord Opryland <http://www.marriott.com/hotels/travel/bnago-gaylord-opryland-resort-and-convention-center/>`_. Now that that is over, I get to gear up to design a new training plan for internal product training. Such is the life of a Linux guy stuck working for a marketing group.
On the home front, we have hit a busy time with soccer, volleyball, dance, and swim time. I think we get a break sometime after the 4th of July.....

View file

@ -0,0 +1,27 @@
.. title: Quick Ansible Tip
.. slug: quick-ansible-tip
.. date: 2015-05-27 07:24:16 UTC-05:00
.. tags: ansible,sa
.. category:
.. link:
.. description:
.. type: text
This is a quick post to capture something seen. `Ansibel <http://www.ansible.com>`_ is a configuration management tool that I have been learning recently. More details in a future post. This is just to capture this idea:
From: Smith, Chris (Big Data)
To: ansible
Ansible Galaxy is a centralised Github repository of public Ansible content, see: https://galaxy.ansible.com/ It uses a local routine that is installed when you install Ansible, called ansible-galaxy, to create a blank template for your Ansible content. What is not well known is you can run ansible-galaxy in offline mode to create a blank template using the command:
# ansible-galaxy init --offline my-role
Enjoy,
Chris
More on this as I get some more back-ends stuff taken care of, like setting up a git repo and maybe auto-deploy from git push?